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 b99dd1e commit 63346f4Copy full SHA for 63346f4
README.PARAMETER_PARSING_API
@@ -90,7 +90,7 @@ Note on 64bit compatibility
90
---------------------------
91
Please note that since version 7 PHP uses zend_long as integer type and
92
zend_string with size_t as length, so make sure you pass zend_longs to "l"
93
-and size_t to strings length (i.e. for "s" you need to pass char * and int),
+and size_t to strings length (i.e. for "s" you need to pass char * and size_t),
94
not the other way round!
95
96
Both mistakes might cause memory corruptions and segfaults:
0 commit comments