mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add UPGRADING.INTERNALS entry for ZEND_NONSTRING
[ci skip]
This commit is contained in:
parent
ea69276fd5
commit
6d4824e02e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue