File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ PHP 8.1 INTERNALS UPGRADE NOTES
6
6
c. zend_get_opcode_id()
7
7
d. Removed support for "p" printf format specifier
8
8
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
9
11
10
12
2. Build system changes
11
13
a. New compiler flags
@@ -51,6 +53,7 @@ PHP 8.1 INTERNALS UPGRADE NOTES
51
53
ZEND_ACC_NOT_SERIALIZABLE (@not-serializable in stubs) rather than the
52
54
zend_class_(un)serialize_deny handlers. Support for the serialization
53
55
handlers will be dropped in the future.
56
+ g. _zend_hash_find_known_hash has been renamed to zend_hash_find_known_hash.
54
57
55
58
========================
56
59
2. Build system changes
You can’t perform that action at this time.
0 commit comments