mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix GH-14100: Corrected spelling mistake in php.ini files.
Closes GH-14138.
This commit is contained in:
parent
ebd1a36670
commit
32d21af296
3 changed files with 6 additions and 2 deletions
4
NEWS
4
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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue