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
19
19
- Session:
20
20
. Added support for partitioned cookies. (nielsdos)
21
21
22
+ - SPL:
23
+ . Deprecate ArrayObject and ArrayIterator with objects. (Girgias)
24
+
22
25
- Standard:
23
26
. Fixed bug GH-16649 (UAF during array_splice). (alexandre-daubois)
24
27
. 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
423
423
SplObjectStorage::offsetExists(), SplObjectStorage::offsetSet(), and
424
424
SplObjectStorage::offsetUnset() respectively.
425
425
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
426
428
427
429
- Standard:
428
430
. The socket_set_timeout() alias function has been deprecated.
You can’t perform that action at this time.
0 commit comments