Skip to content

Commit c160997

Browse files
committed
[ci skip] Update UPGRADING.INTERNALS for "%S" modifier
1 parent 87edeed commit c160997

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
@@ -34,6 +34,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
3434
php_rand.h,php_random.h} have been removed. Include ext/random/php_random.h
3535
directly.
3636

37+
* The zend_*printf family of functions now supports the "%S" modifier to print
38+
out zend_string*. This won't cut off the string if it embeds a NUL byte.
39+
3740
========================
3841
2. Build system changes
3942
========================

0 commit comments

Comments
 (0)