From 42f1115c2ed920d9624f73b64d9c5e1c0df675b2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 21 Jun 2007 07:17:14 +0000 Subject: updated to the latest version of the xmlrpc library, and removed some useless files --- modules/xmlrpc/doc/bugs.html | 159 ------------------------------------------- 1 file changed, 159 deletions(-) delete mode 100644 modules/xmlrpc/doc/bugs.html (limited to 'modules/xmlrpc/doc/bugs.html') diff --git a/modules/xmlrpc/doc/bugs.html b/modules/xmlrpc/doc/bugs.html deleted file mode 100644 index be925b65..00000000 --- a/modules/xmlrpc/doc/bugs.html +++ /dev/null @@ -1,159 +0,0 @@ -Bugs
XML-RPC for PHP: version 1.1
PrevNext

Chapter 3. Bugs

This is a bare framework. The "nice" bits haven't been put in - yet. Specifically, no HTTP response checking is performed, and no type - validation or coercion has been put in. PHP being a loosely-typed - language, this is going to have to be done explicitly.

dateTime.iso8601 is supported opaquely. It can't be done - natively as the XML-RPC specification explictly forbids passing of - timezone specifiers in ISO8601 format dates. You can, however, use - the iso8601_encode() and iso8601_decode() functions to do the encoding and decoding for you.

If alternative character set encoding is sent in HTTP header - than it will be ignored for the moment. We speak only UTF-8...

If more than 32k of HTTP headers are encountered (like, why?) then the - response parsing code will break.


PrevHomeNext
Files in the distribution Support
\ No newline at end of file -- cgit