Re: [PHP] XMLRPC and file_get_contents

2007-08-16 Thread Andreas Schlicker
Stut wrote: Andreas Schlicker wrote: Hi all, I'm writing an XML-REC client in PHP, based on the following example: array( 'method' => "POST", 'header' => "Content-Type: text/xml", 'content' => $request ))); $

[PHP] XMLRPC and file_get_contents

2007-08-16 Thread Andreas Schlicker
Hi all, I'm writing an XML-REC client in PHP, based on the following example: array( 'method' => "POST", 'header' => "Content-Type: text/xml", 'content' => $request ))); $file = file_get_contents("http://www.example.com/xmlrpc";, false, $context); $response = xmlrpc_decode($file); i

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

2005-12-29 Thread Andreas Schlicker
call takes longer than 5 minutes and there is no interrupt? Is there some "special" XMLRPC timeout? Any idea? Andreas Andreas Schlicker schrieb: 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

[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