cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: filesize limit?

From: Jake Cattrall <contact_at_websiteforge.co.uk>
Date: Wed, 1 Aug 2012 19:56:34 +0100

The answer is here:
http://stackoverflow.com/questions/11711074/bypass-php-curl-2gb-download-limit

It was not a fault of libcurl, apologies for any inconvenience.

On 1 August 2012 19:49, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Mon, 30 Jul 2012, Matthias wrote:
>
>> Because you are using a 32-bit system (check PHP_INT_MAX). You can avoid
>> this if you use a callback function with CURLOPT_WRITEFUNCTION and fwrite().
>
>
> Eh, no that's not a normal reason for it not to function. libcurl supports
> large files on most 32 bit systems as well as 64 bit systems.
>
> --
>
> / daniel.haxx.se
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2012-08-01