php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11317 Specified module could not be found error
Submitted: 2001-06-06 15:15 UTC Modified: 2001-07-22 13:03 UTC
From: mike at mikrofax dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.5 OS: W2K
Private report: No CVE-ID: None
 [2001-06-06 15:15 UTC] mike at mikrofax dot com
We downloaded the smaller CGI binary file and we have a PHP4/IIS5/MySQL combo which is stable and works fine but we need to switch over to SQLServer 7 instead of MySql -using the same binary file we just amended php.ini to include the extension for php_mssql.dll (which we downloaded and extracted from the larger 4Mb download file) but now php complains that "The specified module cannot be found" yet it all appears correct.
 
Relevant lines from php.ini are,
 
; Directory in which the loadable extensions (modules) reside.
extension_dir = C:\PHP\extensions
 
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
extension=php_mssql.dll 
 
the file lives in C:\PHP\extensions 
 
Anbody got any ideas ?
 
Thanks
 
Mike

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-07 01:58 UTC] sniper@php.net
Try placing the extension_dir value in quotes, ie:

extension_dir="C:\PHP\extensions"

--Jani

 [2001-07-22 13:03 UTC] andy@php.net
no feedback after 40 days.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC