From:             chkno at chkno dot net
Operating system: FreeBSD-4.8 i386
PHP version:      4.3.3RC1
PHP Bug Type:     Feature/Change Request
Bug description:  post_max_size et al 32bit signed integers

Description:
------------
PHP stores some config variables (eg post_max_size ) as 32 bit 
signed integers when more space would be useful. 
 
 

Reproduce code:
---------------
; (in php.ini)

post_max_size = 2049M

Actual result:
--------------
PHP Warning:  POST Content-Length of 0 bytes exceeds the 
limit of -2146435072 bytes in Unknown on line 0, referer: 
http://chkno.com/upload.php 

-- 
Edit bug report at http://bugs.php.net/?id=24624&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24624&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24624&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24624&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24624&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24624&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24624&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24624&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24624&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24624&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24624&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24624&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24624&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24624&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24624&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24624&r=gnused

Reply via email to