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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chkno at chkno dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Tue Dec 03 17:01:29 2024 UTC