|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-08-27 03:10 UTC] yamasaki at aero dot kyushu-u dot ac dot jp
I am using php-4.2.3RC1.
For the sample program (attached bug.php), after pushing
'New' button, it shows up 'cmd:Newcmd=New' instead of
'cmd:New'. Is it a bug ?
-------------------------------------
<html>
<head>
</head>
<body>
<form method="post" name="submit" action="bug.php">
<input type="submit" name="cmd" value="New">
</form>
<?php
if (isset($HTTP_POST_VARS)) {
foreach ($HTTP_POST_VARS as $key => $value) {
print $key . ":" . $value . "<BR>";
}
}
?>
</body>
</html>
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Thank you for the testing. Still I have the problem in the current CVS version. apache 2.0.42 Solaris 8 gcc version 2.95.2 Configuring by ./configure \ --enable-trans-sid --enable-mbstring --enable-mbstr-enc-trans \ --enable-track-vars --enable-force-cgi-redirect \ --with-mysql=/usr/local/mysqlSorry, I have mispasted the configure line. It should read ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --enable-trans-sid --enable-mbstring --enable-mbstr-enc-trans \ --enable-track-vars --with-mysql=/usr/local/mysql