Skip to content

Commit 91739b8

Browse files
committed
Fix bug #80816 Document the removal of alias class entries from ext/spl
Closes phpGH-6748 [skip-ci]
1 parent 2317b81 commit 91739b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PHP 8.1 INTERNALS UPGRADE NOTES
22

33
1. Internal API changes
4+
a. Removed Zend APIs
45

56
2. Build system changes
67

@@ -10,6 +11,11 @@ PHP 8.1 INTERNALS UPGRADE NOTES
1011
========================
1112
1. Internal API changes
1213
========================
14+
a. The following APIs have been removed from the Zend Engine:
15+
- The spl_ce_Aggregate, spl_ce_ArrayAccess, spl_ce_Countable, spl_ce_Iterator, spl_ce_Serializable,
16+
spl_ce_Stringable, spl_ce_Traversable alias class entries have been removed in favor of zend_ce_aggregate,
17+
zend_ce_arrayaccess, zend_ce_countable, zend_ce_iterator, zend_ce_serializable, zend_ce_stringable,
18+
zend_ce_traversable.
1319

1420
========================
1521
2. Build system changes

0 commit comments

Comments
 (0)