ID: 37245 Updated by: [EMAIL PROTECTED] Reported By: prahal at yahoo dot com -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Slackware 10.2 PHP Version: 5.1.2 New Comment:
The max value of type long depends on your platform. Previous Comments: ------------------------------------------------------------------------ [2006-04-30 06:40:46] 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-29 17:29:44] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37245&edit=1