ID: 22612
Updated by: [EMAIL PROTECTED]
Reported By: dave at bcs dot co dot nz
-Status: Open
+Status: Feedback
Bug Type: CGI related
Operating System: Linux
PHP Version: 4CVS-2003-03-08 (stable)
New Comment:
I can't reproduce the problem.
1. Did you really experience that one with the latest CVS snapshot of
PHP? If the actual version is 4.2.3, upgrade it to 4.3.0 or later
versions and probably the problem will be solved.
2. Which httpd are you using? (e.g. Apache) and what version? If that's
Apache, How did you install PHP? As a DSO module? or as a CGI binary?
Previous Comments:
------------------------------------------------------------------------
[2003-03-08 16:23:19] dave at bcs dot co dot nz
Try the following, and keep pressing the button, noting the POST array
reported...
I get reults like:
Array ( [key+AAA-�c��d�0e�g��g�Ph�] => Press Me+AAA- )
Things work OK if either the '+' or '-' is not there.
<html>
<body>
<?php print_r($_POST) ; ?>
<form method='post' action=''>
<input type='submit' name='key' value='Press Me'/>+9-9
</form>
</body>
</html>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22612&edit=1