1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS/UPGRADING for ArrayObject and ArrayIterator with objects deprecation

This commit is contained in:
Daniel Scherzer
2025-08-16 08:45:40 -07:00
parent 9b30788f8c
commit dbf0102b15
2 changed files with 5 additions and 0 deletions

3
NEWS
View File

@@ -19,6 +19,9 @@ PHP NEWS
- Session:
. Added support for partitioned cookies. (nielsdos)
- SPL:
. Deprecate ArrayObject and ArrayIterator with objects. (Girgias)
- Standard:
. Fixed bug GH-16649 (UAF during array_splice). (alexandre-daubois)
. Passing integers outside the interval [0, 255] to chr() is now deprecated.

View File

@@ -423,6 +423,8 @@ PHP 8.5 UPGRADE NOTES
SplObjectStorage::offsetExists(), SplObjectStorage::offsetSet(), and
SplObjectStorage::offsetUnset() respectively.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_splobjectstoragecontains_splobjectstorageattach_and_splobjectstoragedetach
. Using ArrayObject and ArrayIterator with objects has been deprecated.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_arrayobject_and_arrayiterator_with_objects
- Standard:
. The socket_set_timeout() alias function has been deprecated.