[phpxmlrpc] R: R: [xml-rpc] Fatal error: Cannot redeclare xmlrpc_decode

2005-01-07 Thread Gaetano Giunta
PROTECTED] Oggetto: Re: R: [xml-rpc] Fatal error: Cannot redeclare xmlrpc_decode There is now a workaround in CVS. Please test this prior to installing over your current version (save a copy). It was tested on my install. Gaetano Giunta wrote: The PHP-bundeled xmlrpc extension comes

R: [phpxmlrpc] Arguments not passed through

2005-02-01 Thread Gaetano Giunta
weird indeed: I tried this: $f=new xmlrpcmsg('auth', array( new xmlrpcval(someUsername), new xmlrpcval(somePassword))); print out = . $f-serialize(); and got out = ?xml version=1.0? methodCall methodNameauth/methodName params param valuesomeUsername/value /param param

R: [phpxmlrpc] HTTP/1.1 100 Continue

2005-02-02 Thread Gaetano Giunta
What's happening (IMHO) is that the server is sending an invalid response: If you look at the spec for HTTP 1.0 (rfc 1945), which is the dialect that the xmlrpc client uses, you will see that responses 'HTTP 100' are NOT allowed. The client does not understand this response, and it probably

[phpxmlrpc] New release of phpxmlrpc - fixes security vulnerability

2005-06-30 Thread Gaetano Giunta
Version 1.1.1 of the library has been released, with an important security fix. All users are inited to upgrade asap. http://sourceforge.net/projects/phpxmlrpc/ ___ phpxmlrpc mailing list phpxmlrpc@lists.usefulinc.com

RE: [phpxmlrpc] xmlrpc_encode_entitites causing parse error

2005-11-16 Thread Gaetano Giunta
: Tuesday, November 15, 2005 6:57 PM To: Gaetano Giunta Cc: phpxmlrpc@lists.usefulinc.com Subject: Re: [phpxmlrpc] xmlrpc_encode_entitites causing parse error On Nov 15, 2005, at 11:31 AM, Gaetano Giunta wrote: Very toughtful response. Man, I love cross-linguistic typos...makes great new

RE: [phpxmlrpc] Multiple signatures

2006-02-13 Thread Gaetano Giunta
appreciate I could suppress the error (via reporting levels) to make it work, but I'd rather fix the problem at source. Anyone seen this before, please? I don't see that I have any more arrays than I need! Thanks, Jeff On 31 Jan 2006, at 9:17am, Gaetano Giunta wrote

RE: [phpxmlrpc] User authentication

2006-03-27 Thread Gaetano Giunta
Gaetano Giunta -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jem MawsonSent: Monday, March 27, 2006 3:38 AMTo: phpxmlrpc@lists.usefulinc.comSubject: [phpxmlrpc] User authenticationHelloI'm very new to PHP, taking it up

RE: [phpxmlrpc] Sending XML Strings

2006-05-11 Thread Gaetano Giunta
Sorry about that, I'll update the docs. To achieve the desired effect, just use $client-send($thecompletexmlpayload) Just take care about charset encodings... Bye Gaetano -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Kist Sent: Thursday, May

Re: [phpxmlrpc] Special special chars in XML Response

2007-09-19 Thread Gaetano Giunta
on line 922 The PHP documentation says the only support ISO-8859-1, US-ASCII and UTF-8: http://de3.php.net/xml_parser_set_option How can I further tackle this issue? Thanks and best regards, Matthias Korn Gaetano Giunta schrieb: The characters you are sending are very likely part