php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2315 httpd lock
Submitted: 1999-09-16 14:12 UTC Modified: 2000-05-30 19:01 UTC
From: jap at globe dot cz Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 2 OS: Linux 2.2.12
Private report: No CVE-ID: None
 [1999-09-16 14:12 UTC] jap at globe dot cz
<form action=./main.php method=post>
<table border=1>
<tr><td>From:</td><td><input type=text name=from value="helpdesk@post.cz"></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..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-16 22:08 UTC] zeev at cvs dot php dot net
The form is plain HTML, and has nothing to do with PHP.
I assume you process the form using PHP, in which case we'd have
to see the script in question to figure out what's going on.
 [2000-05-30 19:01 UTC] stas at cvs dot php dot net
No user feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC