[PHP-DEV] PHP 4.0 Bug #2315: httpd lock From: jap <email protected>
Date: 09/16/99

From: jap <email protected>
Operating system: Linux 2.2.12
PHP version: 4.0 Beta 2
PHP Bug Type: Scripting Engine problem
Bug description: httpd lock

<form action=./main.php method=post>
<table border=1>
<tr><td>From:</td><td><input type=text name=from value="helpdesk <email protected>"></td></tr>
<tr><td>Subject:</td><td><input type=text name=subj value=""></td></tr>
<tr><td>Description:</td><td><input type=text name=description value=""></td></tr>
<tr><td>Text:</td><td><TEXTAREA rows=13 cols=60 NAME=msg wrap=no></textarea></td></tr>
<tr><td>&nbsp;</td><td><input type=submit value="Vlozit"></td></tr>
</table></form>

when i fill and submit this form, httpd give no response, it only run with 100% cpu for a lot of time..

-- 
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>