From: [EMAIL PROTECTED] Operating system: Redhat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: php module crashes without content-type header. I am running php 4.04pl1 compiled as an apache 1.3 module with support for curl, pgsql, and zlib. It seems that the module crashes, causing httpd processes to seg fault when a POST request is made without a content-type header. To reproduce the crash, I simply make a POST request to a php script that does pretty much nothing( usually just printing a statement indicating that it ran ) with a browser(Netscape 4.6.2) and then run a program that I wrote that sends a POST request w/o the Content-Type header. Sometimes this step must be done several times until the same apache child process that you hit with the browser receives your request. Eventually, after running this program for a while one apache child process dies for each hit from the browser. This only occurse with php scripts and apache does not give me a core dump that i can analyze to give you more info. -- Edit Bug report at: http://bugs.php.net/?id=9227&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]