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
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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments