From 32d21af296b040cc0a223e8023778d369547f28f Mon Sep 17 00:00:00 2001 From: Marcus Xavier Date: Sat, 4 May 2024 22:05:49 -0300 Subject: [PATCH] Fix GH-14100: Corrected spelling mistake in php.ini files. Closes GH-14138. --- NEWS | 4 ++++ php.ini-development | 2 +- php.ini-production | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c6706c2134d..eecfe0f7c1e 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,10 @@ PHP NEWS . Fixed build regression on systems without C++17 compilers. (Calvin Buckley, Peter Kokot) +- Ini: + . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files). + (Marcus Xavier) + - Opcache: . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in shm). (ilutov) diff --git a/php.ini-development b/php.ini-development index 61cd33e8950..2bb471298ec 100644 --- a/php.ini-development +++ b/php.ini-development @@ -75,7 +75,7 @@ ; php.ini-production contains settings which hold security, performance and ; best practices at its core. But please be aware, these settings may break -; compatibility with older or less security conscience applications. We +; compatibility with older or less security-conscious applications. We ; recommending using the production ini in production and testing environments. ; php.ini-development is very similar to its production variant, except it is diff --git a/php.ini-production b/php.ini-production index 2189660c02c..4fcd47bff35 100644 --- a/php.ini-production +++ b/php.ini-production @@ -75,7 +75,7 @@ ; php.ini-production contains settings which hold security, performance and ; best practices at its core. But please be aware, these settings may break -; compatibility with older or less security conscience applications. We +; compatibility with older or less security-conscious applications. We ; recommending using the production ini in production and testing environments. ; php.ini-development is very similar to its production variant, except it is