Skip to content

Commit dfcfd8c

Browse files
committed
Fix phpGH-14100: Corrected spelling mistake in php.ini files.
1 parent 427c244 commit dfcfd8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)