ID: 18648 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: No Feedback Bug Type: Apache2 related Operating System: All PHP Version: 4.3.0-dev/4.4.0-dev New Comment:
Related bug: http://bugs.php.net/21441 Previous Comments: ------------------------------------------------------------------------ [2002-12-25 01:00:03] [EMAIL PROTECTED] No feedback was provided for this bug for over 2 weeks, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2002-12-09 12:48:23] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip Small note for win32 users, the snapshot containing this patch will not be avaliable for a few hours (1 hour for latest CVS, 7 hours for STABLE). ------------------------------------------------------------------------ [2002-12-08 05:01:28] [EMAIL PROTECTED] Hi guys, I'm having the same problem on Win32 platform. CODE Page 1: <select name="marketframe" size="1"> <option value="USA">USA-United States</option> <option value="-All-">-All-</option></select> Page 2: if (isset($HTTP_POST_VARS["marketframe"])) { $strCountryCode = $HTTP_POST_VARS["marketframe"]; } I get the value $strCountryCode = "USAmarketframe=USA" Also tried using $_POST but same result, using the GET method it works fine. OS Version: Windows 2000 Adv. Server SP3 Web Server: Apache 2.0.43 PHP Version: 4.3.0-dev (Oct 20 2002 16:11:45), API Filter, accessing MS SQL Server 7 ------------------------------------------------------------------------ [2002-12-06 11:30:07] [EMAIL PROTECTED] Oops, I should have meant php_strtok_r() replaces the delimiter "=" by "\0". ------------------------------------------------------------------------ [2002-12-06 11:26:40] [EMAIL PROTECTED] [EMAIL PROTECTED]: IMO the change you pointed out has nothing to do with this problem because the leading php_strtok_r() replaces delimiter "=" by " ". By the way I suspect this problem is an apache2 bug, not a php one though I wasn't able to reproduce this problem. I have received two similar PR, of which both reporters use Apache2. [Report #1: RHLinux 8.0 / Apache 2.0.43 / PHP-4.3.0RC1] This was reported in the Japanese PHP users' list. Please refer to http://ns1.php.gr.jp/pipermail/php-users/2002-November/011656.html if you can read Japanese. [Report #2: RHLinux 7.2 / Apache 2.0.43 / PHP-4.3.0RC2] "form post results in duplicitous $_REQUEST" http://bugs.php.net/20823 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/18648 -- Edit this bug report at http://bugs.php.net/?id=18648&edit=1