Edit report at http://bugs.php.net/bug.php?id=53609&edit=1
ID: 53609 Updated by: cataphr...@php.net Reported by: michael at tuxgames dot com Summary: $_POST failes to populate -Status: Open +Status: Feedback Type: Bug Package: Variables related Operating System: Linux PHP Version: 5.3SVN-2010-12-25 (snap) Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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 http://bugs.php.net/bug.php?id=53609&edit=1