cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: php curl_exec won't return any data, libcurl-7.21.3.0, php 5.3.4, WampServer2.1d-x64.exe

From: Tolas Anon <tolas777_at_gmail.com>
Date: Wed, 9 Feb 2011 17:14:05 +0100

On Wed, Feb 9, 2011 at 5:07 PM, Tolas Anon <tolas777_at_gmail.com> wrote:
> On Wed, Feb 9, 2011 at 1:17 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
>> You need to narrow down what you're looking at, and start trying to make the
>> problem get repeated on demand in a way that others can try.
>
> that'll be difficult without revealing my entire architecture to the
> world, which is something i don't want to do.

on 2nd thought, i think i can make a test case for curl that does this
easily after all.

it would be called like this:

php-cli -> phpscript:curl_exec(url)

url:
<?php
sleep (3600);
echo "wanted-data";
?>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-02-09