Skip to content

Commit dd36323

Browse files
committed
Update UPGRADING.INTERNALS for _zend_hash_find_known_hash
Also add serializable changes, which were missing
1 parent 8a3ee2f commit dd36323

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ PHP 8.1 INTERNALS UPGRADE NOTES
66
c. zend_get_opcode_id()
77
d. Removed support for "p" printf format specifier
88
e. ZEND_ATOL() changes
9+
f. Non-serializable classes should use ZEND_ACC_NOT_SERIALIZABLE
10+
g. _zend_hash_find_known_hash renamed to zend_hash_find_known_hash
911

1012
2. Build system changes
1113
a. New compiler flags
@@ -51,6 +53,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
5153
ZEND_ACC_NOT_SERIALIZABLE (@not-serializable in stubs) rather than the
5254
zend_class_(un)serialize_deny handlers. Support for the serialization
5355
handlers will be dropped in the future.
56+
g. _zend_hash_find_known_hash has been renamed to zend_hash_find_known_hash.
5457

5558
========================
5659
2. Build system changes

0 commit comments

Comments
 (0)