We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bd8e1 commit b039a94Copy full SHA for b039a94
UPGRADING
@@ -467,6 +467,12 @@ PHP 8.2 UPGRADE NOTES
467
Previously only hexadecimal prefixes and using a leading 0 for octal numbers
468
was supported.
469
470
+- Parsing of invalid values will now trigger a warning when this was silently
471
+ ignored before. Interpretation of these values is not changed, for
472
+ backwards compatibility. Testing configuration can fail though.
473
+ This affects the following settings:
474
+ . {fpm_pool}.listen
475
+
476
- Parsing of some ill-formatted values will now trigger a warning when this was
477
silently ignored before. Interpretation of these values is not changed, for
478
backwards compatibility. This affects the following settings:
0 commit comments