Fix GH-14100: Corrected spelling mistake in php.ini files.

Closes GH-14138.
This commit is contained in:
Marcus Xavier 2024-05-04 22:05:49 -03:00 committed by Niels Dossche
parent ebd1a36670
commit 32d21af296
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
3 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -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)

View file

@ -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

View file

@ -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