From:             jl at lusidor dot nu
Operating system: Win XP pro
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Apache related
Bug description:  Apache 1.3.29 crashes when loading extensions

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 bug report at http://bugs.php.net/?id=27512&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27512&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27512&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27512&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27512&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27512&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27512&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27512&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27512&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27512&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27512&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27512&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27512&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27512&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27512&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27512&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27512&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27512&r=float

Reply via email to