We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87edeed commit c160997Copy full SHA for c160997
UPGRADING.INTERNALS
@@ -34,6 +34,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
34
php_rand.h,php_random.h} have been removed. Include ext/random/php_random.h
35
directly.
36
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
+
40
========================
41
2. Build system changes
42
0 commit comments