Skip to content

Commit 32d21af

Browse files
MarcusXavierrnielsdos
authored andcommitted
Fix GH-14100: Corrected spelling mistake in php.ini files.
Closes GH-14138.
1 parent ebd1a36 commit 32d21af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ PHP NEWS
3939
. Fixed build regression on systems without C++17 compilers. (Calvin Buckley,
4040
Peter Kokot)
4141

42+
- Ini:
43+
. Fixed bug GH-14100 (Corrected spelling mistake in php.ini files).
44+
(Marcus Xavier)
45+
4246
- Opcache:
4347
. Fixed bug GH-14109 (Fix accidental persisting of internal class constant in
4448
shm). (ilutov)

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
; php.ini-production contains settings which hold security, performance and
7777
; best practices at its core. But please be aware, these settings may break
78-
; compatibility with older or less security conscience applications. We
78+
; compatibility with older or less security-conscious applications. We
7979
; recommending using the production ini in production and testing environments.
8080

8181
; php.ini-development is very similar to its production variant, except it is

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
; php.ini-production contains settings which hold security, performance and
7777
; best practices at its core. But please be aware, these settings may break
78-
; compatibility with older or less security conscience applications. We
78+
; compatibility with older or less security-conscious applications. We
7979
; recommending using the production ini in production and testing environments.
8080

8181
; php.ini-development is very similar to its production variant, except it is

0 commit comments

Comments
 (0)