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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lemming at k332 dot feld dot cvut dot cz
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 15:00:02 2026 UTC