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 ea69276 commit 6d4824eCopy full SHA for 6d4824e
UPGRADING.INTERNALS
@@ -31,6 +31,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
31
runtime.
32
. Removed the cache_slot argument of zend_check_user_type_slow() because
33
now it only relies on the CE cache.
34
+ . Added ZEND_NONSTRING attribute macro for character arrays that do not
35
+ represent strings. This allows to silence the GCC 15.x
36
+ `-Wunterminated-string-initialization` warning.
37
38
========================
39
2. Build system changes
0 commit comments