Add UPGRADING.INTERNALS entry for ZEND_NONSTRING

[ci skip]
This commit is contained in:
Niels Dossche 2025-05-27 20:29:47 +02:00
parent ea69276fd5
commit 6d4824e02e
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -31,6 +31,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
runtime. runtime.
. Removed the cache_slot argument of zend_check_user_type_slow() because . Removed the cache_slot argument of zend_check_user_type_slow() because
now it only relies on the CE cache. 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 2. Build system changes