Edit report at https://bugs.php.net/bug.php?id=53609&edit=1
ID: 53609 Updated by: [email protected] Reported by: michael at tuxgames dot com Summary: $_POST failes to populate -Status: Feedback +Status: No Feedback Type: Bug Package: Variables related Operating System: Linux PHP Version: 5.3SVN-2010-12-25 (snap) New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2010-12-25 21:00:59] [email protected] 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. ------------------------------------------------------------------------ [2010-12-25 20:20:06] 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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=53609&edit=1
