From: rebel29270 at wanadoo dot fr Operating system: Gentoo linux PHP version: 5.2.5 PHP Bug Type: *General Issues Bug description: Problem with POST forms
Description: ------------ I have updated my apache server from 2.2.6 to 2.2.8 and since the POST forms dont send any informations: example: http://www.gigaup.fr/test/test.php source code: view down thanks in advance Reproduce code: --------------- <form action="" method="POST"> form en post<input name="input" type="texte" value="" size="22" /><input name="envoyer" type="submit" value="ok" /> </form> <br /> <form action="" method="GET"> form en get<input name="input" type="texte" value="" size="22" /><input name="envoyer" type="submit" value="ok" /> </form> <br /> <? echo "<pre>"; print_R($GLOBALS); echo "</pre>"; ?> Expected result: ---------------- i exepected seeing teh typed vars Actual result: -------------- no results :) -- Edit bug report at http://bugs.php.net/?id=44146&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44146&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44146&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44146&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44146&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44146&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44146&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44146&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44146&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44146&r=support Expected behavior: http://bugs.php.net/fix.php?id=44146&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44146&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44146&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44146&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44146&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=44146&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44146&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44146&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44146&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44146&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44146&r=mysqlcfg
