mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add UPGRADING.INTERNALS entry for ZEND_NONSTRING
[ci skip]
This commit is contained in:
@@ -31,6 +31,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
|
||||
runtime.
|
||||
. Removed the cache_slot argument of zend_check_user_type_slow() because
|
||||
now it only relies on the CE cache.
|
||||
. Added ZEND_NONSTRING attribute macro for character arrays that do not
|
||||
represent strings. This allows to silence the GCC 15.x
|
||||
`-Wunterminated-string-initialization` warning.
|
||||
|
||||
========================
|
||||
2. Build system changes
|
||||
|
||||
Reference in New Issue
Block a user