Skip to content

Commit 6d4824e

Browse files
committed
Add UPGRADING.INTERNALS entry for ZEND_NONSTRING
[ci skip]
1 parent ea69276 commit 6d4824e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ PHP 8.5 INTERNALS UPGRADE NOTES
3131
runtime.
3232
. Removed the cache_slot argument of zend_check_user_type_slow() because
3333
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.
3437

3538
========================
3639
2. Build system changes

0 commit comments

Comments
 (0)