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