File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88 . Fixed bug GH-19476 (pipe operator fails to correctly handle returning
99 by reference). (alexandre-daubois)
1010 . The report_memleaks INI directive has been deprecated. (alexandre-daubois)
11- . Constant redeclaration is deprecated and this behavior will trigger an
12- error in PHP 9. (alexandre-daubois)
11+ . Constant redeclaration has been deprecated. (alexandre-daubois)
1312 . Fixed OSS-Fuzz #439125710 (Pipe cannot be used in write context).
1413 (nielsdos)
1514
Original file line number Diff line number Diff line change @@ -346,8 +346,7 @@ PHP 8.5 UPGRADE NOTES
346346 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_debuginfo_returning_null
347347 . The report_memleaks INI directive has been deprecated.
348348 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_report_memleaks_ini_directive
349- . Constant redeclaration is deprecated and that behavior will trigger an
350- error in PHP 9.
349+ . Constant redeclaration has been deprecated.
351350 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_constant_redeclaration
352351
353352- Curl:
You can’t perform that action at this time.
0 commit comments