php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37245 Setting upload limit to 2G or more php fails to handle POST data
Submitted: 2006-04-29 17:29 UTC Modified: 2006-04-30 11:24 UTC
From: prahal at yahoo dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.1.2 OS: Slackware 10.2
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: prahal at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-04-29 17:29 UTC] prahal at yahoo dot com
Description:
------------
With upload_max_filesize ,  1.9G - post_max_size 1.9G I get my data.
Starting from 2G I get this type of error :
[......... 2006] [error] [client xxx.xxx.xxx.xxx] PHP Warning:  POST Content-Length of 1145 bytes exceeds the limit of -2147483648 bytes in Unknown on line 0, referer: http://mysite/myform

"limit of -########" changes with the value I use for the ini settings.


Expected result:
----------------
Get the POST data.

Actual result:
--------------
POST is empty.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-30 06:40 UTC] judas dot iscariote at gmail dot com
not a bug see http://php.net/filesystem, read the first lines to know how to compile PHP with Large file support...
 [2006-04-30 11:24 UTC] mike@php.net
The max value of type long depends on your platform.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 18:00:03 2025 UTC