php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21863 PHP as SAPI under IIS brings down all web services trying to find php_mhash.dll
Submitted: 2003-01-24 11:05 UTC Modified: 2003-02-07 23:52 UTC
From: fishrunsrap at hotmail dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.0 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fishrunsrap at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-01-24 11:05 UTC] fishrunsrap at hotmail dot com
IIS hangs when starting up with PHP 4.3.0 running as a SAPI module if I try to load php_mhash.dll as an extension. The event viewer gives the following message, classified as 'Information':

Application popup: Warning : Unknown(): Unable to load dynamic library 'D:\php-4.3.0-Win32\extensions\php_mhash.dll' - The specified module could not be found.

... the World Wide Web Publishing Service then freezes, saying it's 'starting'. it does not respond to control messages from either 'net stop' on the command line or other GUI controls. 

this is a bug because no other extensions fail in this manner, and they're all in the same place, and everything works just fine with exactly the same setup with PHP 4.2.3, also running in IIS as a SAPI. 

-fish 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-24 11:15 UTC] iliaa@php.net
Do you get an error loading php_mhash.dll with the CLI sapi?
 [2003-01-28 10:40 UTC] fishrunsrap at hotmail dot com
no error with cli: mhash loads ok, everything is fine.
 [2003-01-28 12:10 UTC] sniper@php.net
This is most likely an installation error..
Are you 100% sure you've replaced _all_ the
old dlls with the new ones from the PHP 4.3.0 release
package? Also the ones in dlls/ folder? And php4ts.dll?

(some people have said they had to reboot too...)

 [2003-02-07 23:52 UTC] sniper@php.net
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.

Apparently an user error.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 15:01:33 2024 UTC