From:             prahal at yahoo dot com
Operating system: Slackware 10.2
PHP version:      5.1.2
PHP Bug Type:     Unknown/Other Function
Bug description:  Setting upload limit to 2G or more php fails to handle POST 
data

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.

-- 
Edit bug report at http://bugs.php.net/?id=37245&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37245&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=37245&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37245&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37245&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37245&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37245&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37245&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37245&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37245&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37245&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37245&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37245&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37245&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37245&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37245&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37245&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37245&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37245&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37245&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37245&r=mysqlcfg

Reply via email to