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:
3
NEWS
3
NEWS
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user