Skip to content

Commit a3f0861

Browse files
committed
[skip ci] Mention new ce_flags2 and fn_flags2 fields in UPGRADING.INTERNALS
1 parent 292e0c2 commit a3f0861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
1818
zend_string_starts_with_literal_ci() now support strings containing NUL
1919
bytes. Passing non-literal char* is no longer supported.
2020
. The misnamed ZVAL_IS_NULL() has been removed. Use Z_ISNULL() instead.
21+
. New zend_class_entry.ce_flags2 and zend_function.fn_flags2 fields were
22+
added, given the primary flags were running out of bits.
2123

2224
========================
2325
2. Build system changes

0 commit comments

Comments
 (0)