Comment 11 for bug 564920

Revision history for this message
R. Jones (robejo05) wrote :

Actually, http://bugs.php.net/bug.php?id=44522 is concerned with uploading data to the server, which according to 44522 breaks at the 2G byte mark (a signed 32 bit int issue). This bug (564920, php # 52102) is an issue with downloading data from the server, which breaks at the 4G byte mark. Both are 32 bit vs 64 bit integer issues. So, this is not exactly a duplicate bug.

Peter:

Can you look at the patches to http://bugs.php.net/bug.php?id=44522 and see if we can apply them and test the results to see if that fixes the download issue?