1
0
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:
Niels Dossche
2025-05-27 20:29:47 +02:00
parent ea69276fd5
commit 6d4824e02e

View File

@@ -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