Skip to content

Commit 63346f4

Browse files
flaupretreJulien Pauli
authored andcommitted
Fix README.PARAMETER_PARSING_API
1 parent b99dd1e commit 63346f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.PARAMETER_PARSING_API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Note on 64bit compatibility
9090
---------------------------
9191
Please note that since version 7 PHP uses zend_long as integer type and
9292
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),
93+
and size_t to strings length (i.e. for "s" you need to pass char * and size_t),
9494
not the other way round!
9595

9696
Both mistakes might cause memory corruptions and segfaults:

0 commit comments

Comments
 (0)