Skip to content

Commit b039a94

Browse files
committed
Add upgrading notes to the new socket file test
1 parent f8bd8e1 commit b039a94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,12 @@ PHP 8.2 UPGRADE NOTES
467467
Previously only hexadecimal prefixes and using a leading 0 for octal numbers
468468
was supported.
469469

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+
470476
- Parsing of some ill-formatted values will now trigger a warning when this was
471477
silently ignored before. Interpretation of these values is not changed, for
472478
backwards compatibility. This affects the following settings:

0 commit comments

Comments
 (0)