ID: 27512 User updated by: jl at lusidor dot nu Reported By: jl at lusidor dot nu Status: Open Bug Type: Apache related Operating System: Win XP pro PHP Version: 5.0.0b4 (beta4) New Comment:
I forgot to mention that without any extensions enabled apache runs without any problems. Previous Comments: ------------------------------------------------------------------------ [2004-03-06 07:11:40] jl at lusidor dot nu Description: ------------ I'm on windows xp. I'm trying to load extensions with apache 1.3.29. I enable the extension in the php.ini. That causes apache to crash after 3 seconds without any notice in the error-log. When I try to run PHP5 by it self it loads the extension just fine. according to phpinfo. I have the following setup: /php5 (php5 directory) /program/apache-php5 (apache dir with php.ini, php5apache.dll, php5ts.dll) php.ini with the following changes include_path = ".;\php5\includes" ;extension_dir = ".\" (I've tried both) extension_dir = "\php5\ext\" extension=php_mhash.dll I've tried placing the libmhash.dll in every possible location, /windows/system32, /program/apache-php5 and /php5 dir to no avail. I have a similiar setup where I run PHP 4.3.4 as an apache mod with the identical setup loads just fine. So I see this as a bug related to running PHP5 b4 as an apache module. Reproduce code: --------------- Just start apache. It crashes within about 6 seconds ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27512&edit=1