We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292e0c2 commit a3f0861Copy full SHA for a3f0861
UPGRADING.INTERNALS
@@ -18,6 +18,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
18
zend_string_starts_with_literal_ci() now support strings containing NUL
19
bytes. Passing non-literal char* is no longer supported.
20
. 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.
23
24
========================
25
2. Build system changes
0 commit comments