php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1935 Endless loop when doing post
Submitted: 1999-07-31 11:22 UTC Modified: 1999-07-31 15:01 UTC
From: lemming at k332 dot feld dot cvut dot cz Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Beta 1 OS: Linux 2.2.10, Apache 1.3.6
Private report: No CVE-ID: None
 [1999-07-31 11:22 UTC] lemming at k332 dot feld dot cvut dot cz
When I post to any PHP script (with track_vars on), Apache (PHP) goes
to endless loop.  Sample HTML form below. Line break in hidden value
is intentional - it seems to cause the crash. When I value does not
contain LF, all goes well.

<HTML><BODY><FORM ACTION="xxx.phtml" METHOD="post">
<INPUT TYPE="hidden" name="Test" value="
">
<INPUT TYPE="submit" VALUE="Submit">
</FORM></BODY></HTML>

Summary: When I post this to a PHP script, Apache does not answer
and works forever. Script can be simple "<? phpinfo(); ?> ".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-31 11:59 UTC] rasmus at cvs dot php dot net
I am unable to reproduce this on current Apache/PHP-4 cvs versions
 [1999-07-31 15:01 UTC] rasmus at cvs dot php dot net
Closing - apparently not PHP-related according to user feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 02 04:01:29 2024 UTC