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 +Operating System: Win XP pro and home PHP Version: 5.0.0b4 (beta4) New Comment:
I can now confirm that loading extension works on beta 3 but is now broken in beta 4 and latest. I have used extension=php_mhash.dll to test this. I've now got it working loading extensions on 4.3.4 and on 5.0.0 b3. / cheers Previous Comments: ------------------------------------------------------------------------ [2004-03-07 05:27:45] jl at lusidor dot nu I tried php5.0.0b1 But that crashes on load with the following error: Unhandled exeption in Apache.exe(NTDLL.DLL): 0xC0000005: Access Violation. I'll try beta 3 next, i'll keep you up to date. ------------------------------------------------------------------------ [2004-03-06 19:22:21] jl at lusidor dot nu I tried latest but it crashes even without any extensions loaded in php.ini. http://snaps.php.net/win32/php5-win32-latest.zip Anything else I can test? I'd be happy to supply you with any data you might need, just mail me. ------------------------------------------------------------------------ [2004-03-06 13:38:01] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ [2004-03-06 07:13:29] jl at lusidor dot nu I forgot to mention that without any extensions enabled apache runs without any problems. ------------------------------------------------------------------------ [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