From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.2.1 PHP Bug Type: Apache2 related Bug description: missing POST-Variables using Apache2 on WinXP
Just installed the latest Version of Apache2, PHP and MySQL and tried a simple login-script. I found out that the input-fields "user" and "pass" did not get posted as variables $user and $pass but I had to use $HTTP_POST_VARS['user'] and $HTTP_POST_VARS['pass']. Further more I found out that this could also be an Apache2-Bug, but it should have been fixed some time ago - do not know if the distributed win32-binaries on apache.org got updated though... -- Edit bug report at http://bugs.php.net/?id=17446&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17446&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17446&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17446&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17446&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17446&r=support Expected behavior: http://bugs.php.net/fix.php?id=17446&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17446&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17446&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17446&r=globals
