Skip to content

Commit dbf0102

Browse files
NEWS/UPGRADING for ArrayObject and ArrayIterator with objects deprecation
1 parent 9b30788 commit dbf0102

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)