ID: 22773 User updated by: joe at mcknight dot de Reported By: joe at mcknight dot de -Status: Feedback +Status: Open Bug Type: Variables related Operating System: Linux PHP Version: 4.3.1 New Comment:
Hi, The problem still exists with php 4.3.2-RC1 and Apache 1.3.26 from the Debian stable distribution... Is there any other feedback I can provide? Previous Comments: ------------------------------------------------------------------------ [2003-03-19 02:24:40] [EMAIL PROTECTED] You should also update Apache to 1.3.27. (some security issues only would require it..) ------------------------------------------------------------------------ [2003-03-19 02:16:50] joe at mcknight dot de I'm sorry I didn't mention the webserver. However it is _not_ Apache2, but Apache 1.3.20 I'm gonna test the STABLE-latest version... ------------------------------------------------------------------------ [2003-03-18 20:15:38] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip As you didn't mention what webserver you're using, I'm guessing this is one apache2 bug that is fixed already.. (and make sure your httpd.conf is setup correctly!! See other bogus reports about that..) ------------------------------------------------------------------------ [2003-03-18 15:36:56] joe at mcknight dot de With these pages: test.php: -------------------- <html> <body> <form method="post" action="out.php"> <p> <input type="text" name="suchstr" size="20"> <input type="submit" value="OK" name="B1"> </p> </form> </table> </body> </html> out.php: ----------- <? echo "Variable \"suchstr\": $suchstr"; echo "<br>"; echo "Variable \"B1\": $B1"; ?> I get (clicking on the button): Variable "suchstr": abc&B1=OK Variable "B1": OK That means that "suchstr" got mixed with the name and value of Variable B1! Feel free to ask for more information or tell me what I'm doing wrong :-) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22773&edit=1