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 @@ -58,8 +58,7 @@ PHP NEWS
5858 . Fixed bug GH-19476 (pipe operator fails to correctly handle returning
5959 by reference). (alexandre-daubois)
6060 . The report_memleaks INI directive has been deprecated. (alexandre-daubois)
61- . Constant redeclaration is deprecated and this behavior will trigger an
62- error in PHP 9. (alexandre-daubois)
61+ . Constant redeclaration has been deprecated. (alexandre-daubois)
6362 . Fixed OSS-Fuzz #439125710 (Pipe cannot be used in write context).
6463 (nielsdos)
6564 . Added support for configuring the URI parser for the FTP/FTPS as well as
Original file line number Diff line number Diff line change @@ -360,8 +360,7 @@ PHP 8.5 UPGRADE NOTES
360360 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_debuginfo_returning_null
361361 . The report_memleaks INI directive has been deprecated.
362362 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_report_memleaks_ini_directive
363- . Constant redeclaration is deprecated and that behavior will trigger an
364- error in PHP 9.
363+ . Constant redeclaration has been deprecated.
365364 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_constant_redeclaration
366365 . Enacted the follow-up phase of the "Path to Saner Increment/Decrement
367366 operators" RFC, meaning that incrementing non-numeric strings is now
You can’t perform that action at this time.
0 commit comments