]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Mon, 18 Aug 2008 14:34:59 +0000 (14:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 18 Aug 2008 14:34:59 +0000 (14:34 +0000)
README.PARAMETER_PARSING_API

index 77aa5c12a42cd44aa35ac025f6ab82c21ea4e01d..d2e47eb42167250e42be58e68a9a595026b68efb 100644 (file)
@@ -69,7 +69,7 @@ Type specifiers
 Note on 64bit compatibility
 ---------------------------
 Please do not forget that int and long are two different things on 64bit 
-OSes (int is 4bit and long is 8bit), so make sure you pass longs to "l" 
+OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l" 
 and ints to strings length (i.e. for "s" you need to pass char * and int), 
 not the other way round!
 Remember: "l" is the only case when you need to pass long (and that's why