]> granicus.if.org Git - php/commitdiff
Fix bug #80816 Document the removal of alias class entries from ext/spl
authorMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 3 Mar 2021 08:30:37 +0000 (09:30 +0100)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 3 Mar 2021 08:43:55 +0000 (09:43 +0100)
Closes GH-6748 [skip-ci]

UPGRADING.INTERNALS

index 8c001a67e7a9eb9ba84e04719f572ed863c1bb34..36f24e0626033212d03c4d63179d0e595ec1e565 100644 (file)
@@ -1,6 +1,7 @@
 PHP 8.1 INTERNALS UPGRADE NOTES
 
 1. Internal API changes
+  a. Removed Zend APIs
 
 2. Build system changes
 
@@ -10,6 +11,11 @@ PHP 8.1 INTERNALS UPGRADE NOTES
 ========================
 1. Internal API changes
 ========================
+  a. The following APIs have been removed from the Zend Engine:
+     - The spl_ce_Aggregate, spl_ce_ArrayAccess, spl_ce_Countable, spl_ce_Iterator, spl_ce_Serializable,
+       spl_ce_Stringable, spl_ce_Traversable alias class entries have been removed in favor of zend_ce_aggregate,
+       zend_ce_arrayaccess, zend_ce_countable, zend_ce_iterator, zend_ce_serializable, zend_ce_stringable,
+       zend_ce_traversable.
 
 ========================
 2. Build system changes