From c1609976a9e972cff6b942ecdf04c4f1a7311849 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:10:39 +0100 Subject: [PATCH] [ci skip] Update UPGRADING.INTERNALS for "%S" modifier --- UPGRADING.INTERNALS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 3cbeb7af4d4..975bdc4d632 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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 ========================