File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ PHP NEWS
39
39
. Fixed build regression on systems without C++17 compilers. (Calvin Buckley,
40
40
Peter Kokot)
41
41
42
+ - Ini:
43
+ . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files).
44
+ (Marcus Xavier)
45
+
42
46
- Opcache:
43
47
. Fixed bug GH-14109 (Fix accidental persisting of internal class constant in
44
48
shm). (ilutov)
Original file line number Diff line number Diff line change 75
75
76
76
; php.ini-production contains settings which hold security, performance and
77
77
; 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
79
79
; recommending using the production ini in production and testing environments.
80
80
81
81
; php.ini-development is very similar to its production variant, except it is
Original file line number Diff line number Diff line change 75
75
76
76
; php.ini-production contains settings which hold security, performance and
77
77
; 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
79
79
; recommending using the production ini in production and testing environments.
80
80
81
81
; php.ini-development is very similar to its production variant, except it is
You can’t perform that action at this time.
0 commit comments