[ci skip] Update UPGRADING.INTERNALS for "%S" modifier

This commit is contained in:
Niels Dossche 2024-02-12 22:10:39 +01:00
parent 87edeed3b9
commit c1609976a9

View File

@ -34,6 +34,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
php_rand.h,php_random.h} have been removed. Include ext/random/php_random.h
directly.
* The zend_*printf family of functions now supports the "%S" modifier to print
out zend_string*. This won't cut off the string if it embeds a NUL byte.
========================
2. Build system changes
========================