[Bug 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Micah Gersten
** Project changed: php = php5 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/934704 Title: php5 apache cannot use $_post read data To manage notifications about this bug go

[Bug 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Ondřej Surý
Hi Annop, please read the PHP manual before you start filling bugs: http://php.net/manual/en/language.variables.superglobals.php It's $_POST and you DON'T want to enable register_globals. Never ever! register_globals is deprecated and does something different: