Re: [PHP] XML-RPC problem with long running times

2005-12-30 Thread Richard Lynch
If you can't get at the PHP internal time-out... First, file a bug report "Feature Request" and ask for it to be exposed. You won't be the only one who needs it. Second, for the short term, you may be stuck with rolling your own XMLRPC interface, or using one of the others "out there" as raw PHP

Re: [PHP] XML-RPC problem with long running times

2005-12-29 Thread Andreas Schlicker
Of course, fflusch($log); should be fflush($log); I just found out that $xmlResponse really is empty. However, connection_status() returns 0, so I assume that the script is not interrupted by a timeout. Why does xmlrpc_server_call_method($xmlServer, $xmlRequest, NULL) return nothing if the ca

[PHP] XML-RPC problem with long running times

2005-12-29 Thread Andreas Schlicker
Hi all, I'm using Apache/1.3.33 (Unix), PHP/5.0.3, mod_ssl/2.8.22, OpenSSL/0.9.6a. I wrote a dummy script that is called by a Java program via XML-RPC, waits for some time and replies the start and end times. If the script sleeps for up to 5 minutes, it works perfectly fine. However, I my

Re: [PHP] XML-RPC problem with array

2005-02-01 Thread Richard Lynch
Bambero wrote: > Hello > > I have compiled my php with --with-xmlrpc option to use xmlrpc server. > Everything works fine, but there is one problem. > > Array (indexed from 0): > $array[0] > $array[1] > $array[2] > is changed to xmlrpc 'array' type - thats ok. > > Array (with string indexes): >

[PHP] XML-RPC problem with array

2005-02-01 Thread Bambero
Hello I have compiled my php with --with-xmlrpc option to use xmlrpc server. Everything works fine, but there is one problem. Array (indexed from 0): $array[0] $array[1] $array[2] is changed to xmlrpc 'array' type - thats ok. Array (with string indexes): $array['ad'] $array['sd'] $array['rd'] is ch

[PHP] XML-RPC problem

2003-06-10 Thread Evandro Sestrem
Hi, I'm using the XML-RPC implementation from Useful (http://phpxmlrpc.sourceforge.net) to do my client in PHP. When this client receives a response from my server and this response is a array of struct with more than 1 item, occurs a problem. When the response array of struct has just 1 item it