]> granicus.if.org Git - php/commitdiff
these are not bits, but bytes..
authorAntony Dovgal <tony2001@php.net>
Mon, 18 Aug 2008 14:34:32 +0000 (14:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 18 Aug 2008 14:34:32 +0000 (14:34 +0000)
README.PARAMETER_PARSING_API

index c4d3452a9ddb7772f644225000c587eb3a2f3cf4..fdc43b3caf2bb70e2e57f46a5cdd665439372353 100644 (file)
@@ -82,7 +82,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