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

curl-and-php

Re: filesize limit?

From: Matthias <c.madmax_at_gmail.com>
Date: Mon, 30 Jul 2012 11:16:48 +0200

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().

Am Sonntag, den 29.07.2012, 18:15 +0100 schrieb Jake:
> I am trying to download a 7GB file with php-curl.
>
>
> Does anyone know why curl only downloads the first 2GB?
> _______________________________________________
> 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-07-30