From:             php4bug at ccso dot com
Operating system: Windows XP Pro
PHP version:      4.3.3RC1
PHP Bug Type:     Dynamic loading
Bug description:  cannot load extensions

Description:
------------
Installed PHP4 for in D:\PGMS\PHP
and Apache2 in D:\PGMS\Apache2
Copied php4ts.dll to the D:\PGMS\Apache2\modules folder
Added the LoadModule php4_module modules/php4apache2.dll
and the AddType application/x-httpd-php .php to the .conf
file. Started Apache2 OK
Run phpinfo () script in the browser for the site OK

Edited c:\windows\php.ini to change the extension directory
to "D:\PGMS\PHP\extensions" and uncommented the php4_mhash.dll line to
make it available.
Restarted Apache2 and got the error:
Unknown(): Unable to load dynamic library
'D:\PGMS\PHP\extensions\php_mhash.dll' - The specified module could not be
found.

Tried to copy the php_mhash.dll to C:\Windows, C:\Windows\system32,
D:\PGMS\Apache2\modules, and D:\PGMS\PHP folders. Still gets a similar
error.



-- 
Edit bug report at http://bugs.php.net/?id=24292&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24292&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24292&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24292&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24292&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24292&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24292&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24292&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24292&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24292&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24292&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24292&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24292&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24292&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24292&r=gnused

Reply via email to