mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Mention new ce_flags2 and fn_flags2 fields in UPGRADING.INTERNALS
This commit is contained in:
@@ -18,6 +18,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
|
||||
zend_string_starts_with_literal_ci() now support strings containing NUL
|
||||
bytes. Passing non-literal char* is no longer supported.
|
||||
. The misnamed ZVAL_IS_NULL() has been removed. Use Z_ISNULL() instead.
|
||||
. New zend_class_entry.ce_flags2 and zend_function.fn_flags2 fields were
|
||||
added, given the primary flags were running out of bits.
|
||||
|
||||
========================
|
||||
2. Build system changes
|
||||
|
||||
Reference in New Issue
Block a user