File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ PHP NEWS
1919- Session:
2020 . Added support for partitioned cookies. (nielsdos)
2121
22+ - SPL:
23+ . Deprecate ArrayObject and ArrayIterator with objects. (Girgias)
24+
2225- Standard:
2326 . Fixed bug GH-16649 (UAF during array_splice). (alexandre-daubois)
2427 . Passing integers outside the interval [0, 255] to chr() is now deprecated.
Original file line number Diff line number Diff line change @@ -423,6 +423,8 @@ PHP 8.5 UPGRADE NOTES
423423 SplObjectStorage::offsetExists(), SplObjectStorage::offsetSet(), and
424424 SplObjectStorage::offsetUnset() respectively.
425425 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_splobjectstoragecontains_splobjectstorageattach_and_splobjectstoragedetach
426+ . Using ArrayObject and ArrayIterator with objects has been deprecated.
427+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_arrayobject_and_arrayiterator_with_objects
426428
427429- Standard:
428430 . The socket_set_timeout() alias function has been deprecated.
You can’t perform that action at this time.
0 commit comments