ID: 27898 Updated by: [EMAIL PROTECTED] Reported By: wiwi at progon dot net -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: FreeBSD 5.2.1p4 PHP Version: 4CVS, 5CVS (2004-04-07) New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Problem was libc library on user's end. Previous Comments: ------------------------------------------------------------------------ [2004-04-09 14:32:00] wiwi at progon dot net Thank you for your help. I managed to build both php4 and php5 without libc_r. And it seems works! I am very impressed about your support! Thank you again! Can you shed some light on this library libc_r and its strange effects on php? ------------------------------------------------------------------------ [2004-04-08 19:43:01] [EMAIL PROTECTED] Can you check what these commands output: # ldd /usr/local/apache2/bin/httpd # ldd /usr/local/apache2/modules/libphp4.so (neither should be linked with libc_r.so..) ------------------------------------------------------------------------ [2004-04-07 15:58:06] wiwi at progon dot net Regular GET requests work fine, I got some 10000 hits within two hours without any problem. But I usually need only 10 to 20 HEAD ("curl -I") requests to make the server process hang. ------------------------------------------------------------------------ [2004-04-07 10:54:36] [EMAIL PROTECTED] Is it only a HEAD request (single or many?) or any request of PHP script..? ------------------------------------------------------------------------ [2004-04-07 10:19:49] wiwi at progon dot net I just tried 2.0.47 as well, and it crashes just as the other 2.0.x versions. Server: Apache/2.0.47 (Unix) PHP/5.0.0RC1 mod_ssl/2.0.47 OpenSSL/0.9.7c-p1 X-Powered-By: PHP/5.0.0RC1 The relevant httpd.conf-entries are: LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php The php config unchanged ("make install"). The php script used to test the server is from: http://www.php.net/manual/en/tutorial.firstpage.php ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/27898 -- Edit this bug report at http://bugs.php.net/?id=27898&edit=1
