Add support for i8
[plcapi.git] / doc / manual / phpxmlrpc_manual.adoc
index 50af655..63ac427 100644 (file)
@@ -220,12 +220,16 @@ If you've benefited from the effort that has been put into writing this software
 
 ===== int
 
-The type i4 and i8 are accepted as a synonym
+The type i4 is accepted as a synonym
           for int when creating xmlrpcval objects. The
-          xml parsing code will always convert i4 and i8 to
+          xml parsing code will always convert i4 to
           int: int is regarded
           by this implementation as the canonical name for this type.
 
+The type i8 on the other hand is considered as a separate type.
+          Note that the library will never output integers as 'i8' on its own,
+          even when php is compiled in 64-bit mode.
+
 ===== base64
 
 Base 64 encoding is performed transparently to the caller when