Date: 07/31/99
- Next message: Bug Database: "[PHP-DEV] PHP4 Bug #1935 Updated: Endless loop when doing post"
- Previous message: Steven Lawrance: "Re: [PHP-DEV] PHP 4.0 Beta 2 wrap up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: lemming <email protected>
Operating system: Linux 2.2.10, Apache 1.3.6
PHP version: 4.0 Beta 1
PHP Bug Type: Reproduceable crash
Bug description: Endless loop when doing post
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(); ?> ".
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP4 Bug #1935 Updated: Endless loop when doing post"
- Previous message: Steven Lawrance: "Re: [PHP-DEV] PHP 4.0 Beta 2 wrap up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

