ID: 18251
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Variables related
Operating System: WindowsXP, Linux
PHP Version: 4.1.2
New Comment:
My problem might be affected by this bug.
I'm using PHP 4.2.3 (sapi) on Windows 2000 Server running Apache 1.3.27
as Webserver.
My form:
<form action="/test.php" name="test" method="post">
<input type="text" name="start" size="20" maxlength="20"
value="100">
<input type="submit" name="submit" value="Speichern">
</form>
Then I'm dumping $_POST, where the following happens:
When input was an integer from 1-999 it is displayed correctly. From
1000 on the corresponding post value is "false". Inserting "abcdefgh"
in the form results in "efgh"...
Any Ideas?
Copying that example to my debian system, running PHP 4.2.3 on an
apache 1.3.26, the result is fine and works as expected.
Hope that helps finding another bug,
Stefan
Previous Comments:
------------------------------------------------------------------------
[2002-07-09 18:08:31] [EMAIL PROTECTED]
Update to 4.2.1. If this happens with it too, then reopen
this report.
------------------------------------------------------------------------
[2002-07-09 18:04:24] [EMAIL PROTECTED]
I meet this problem 1/100 (aproximetly) post actions
------------------------------------------------------------------------
[2002-07-09 18:03:44] [EMAIL PROTECTED]
yes
------------------------------------------------------------------------
[2002-07-09 18:02:26] [EMAIL PROTECTED]
Is register_globals=On in your php.ini?
------------------------------------------------------------------------
[2002-07-09 17:45:13] [EMAIL PROTECTED]
I tried before, we had a lot of GD support problems in PHP 4.2
This is the reason we use of 4.1.2
------------------------------------------------------------------------
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/18251
--
Edit this bug report at http://bugs.php.net/?id=18251&edit=1