php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #24624 post_max_size et al 32bit signed integers
Submitted: 2003-07-12 16:40 UTC Modified: 2016-03-27 07:17 UTC
Votes:6
Avg. Score:4.5 ± 0.8
Reproduced:5 of 5 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: chkno at chkno dot net Assigned: krakjoe (profile)
Status: Closed Package: *General Issues
PHP Version: 4.3.3RC1 OS: FreeBSD-4.8 i386
Private report: No CVE-ID: None
 [2003-07-12 16:40 UTC] chkno at chkno dot net
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 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-03-27 07:17 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Package: Feature/Change Request +Package: *General Issues -Assigned To: +Assigned To: krakjoe
 [2016-03-27 07:17 UTC] krakjoe@php.net
This is no longer applicable ... sorry about the wait :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC