Hello,
I got a error using xmlrpc_encode_request() when I pass the letter "É"
(ASCII 201):
Test Code:
$reqxml = xmlrpc_encode_request('', array('É'));
var_dump($reqxml);
I have tested using PHP Version 5.0.4 with Apache 2.0 in 2 diferent
machines with Linux.
In one machine, it works, the result is:
string(171) " É "
but in another I got error, the result is:
string(170) " "
I couldn't find what kind of configuration can generate this error.
Thanks in advance.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php