php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53609 $_POST failes to populate
Submitted: 2010-12-25 20:20 UTC Modified: 2013-02-18 00:34 UTC
From: michael at tuxgames dot com Assigned:
Status: No Feedback Package: Variables related
PHP Version: 5.3SVN-2010-12-25 (snap) OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
26 + 22 = ?
Subscribe to this entry?

 
 [2010-12-25 20:20 UTC] michael at tuxgames dot com
Description:
------------
PHP's php.ini can be configured in a valid way that causes $_POST to stop 
populating.

upload_max_filesize = 6000M
post_max_size = 8000M

Setting these values too high (in this case to allow a DVD upload) caues $_POST 
to just be an empty array()

Changing them to 60M and 80M respectively it all works again.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-25 21:00 UTC] cataphract@php.net
-Status: Open +Status: Feedback
 [2010-12-25 21:00 UTC] cataphract@php.net
Is this in a 32-bit build? In any case, not that you should be able to set the ini settings to 0 to deactivate the check.
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC