php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58365 Files > 900M fail
Submitted: 2008-10-05 10:24 UTC Modified: 2013-02-18 00:35 UTC
From: kastner at gmail dot com Assigned:
Status: No Feedback Package: uploadprogress (PECL)
PHP Version: 5.2.5 OS: CentOS 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kastner at gmail dot com
New email:
PHP Version: OS:

 

 [2008-10-05 10:24 UTC] kastner at gmail dot com
Description:
------------
apache 2.2
post_max_size => 4294967294
upload_max_filesize => 3221225472

after about 880 megs uploaded, the file in /tmp disappears and the transfer halts.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-16 01:51 UTC] chregu@php.net
Is it always around 880MB? Or after "some" time? Could it be, 
that you hit some time limits? Please check your ini settings 
like max_input_time or some Webserver Setting
 [2011-08-17 05:06 UTC] r dot slag at ogd dot nl
It seems it hits a 32 bit barrier somewhere, which causes a 
failure if the total post size is > 2 GB. Conversion to 
unsigned ints or making a 64 bits version (if possible with 
the OS) would circumvent the problem.

I've got a 100 Mbit connection and the files transfer to 
Apache within 5 minutes. Furthermore the limits of 
max_execution_time, max_input_time and set_time_limit are all 
set to 43200.
 [2011-08-18 19:22 UTC] tiago dot silva at bbcr dot com dot br
Hey, sblute must be your middle name. Great post!
 [2011-08-28 21:07 UTC] hirakawa1995 at dune dot ocn dot ne dot jp
<a href="http://www.medmuster.com/">cheapest priligy</a> zjeyjt <a href="http://www.medicationsnow.com/">2737 aid nexium xenical</a> xhwucc
 [2011-08-29 06:12 UTC] chris at easynethk dot com
I have the exact same problem. When uploading files larger than 2GB the progress breaks (I am running it on a 64bit machine). Any chance to resolve this? Thanks! Chris
 [2011-09-14 20:49 UTC] vaal at houseboats dot co dot za
<a href="http://www.halfpricemed.com/">viagra</a> izgdkq <a href="http://www.topratedpills.net/">topamax</a> 33003
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC