php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39870 Unable to load dynamic library
Submitted: 2006-12-18 15:23 UTC Modified: 2006-12-18 15:27 UTC
From: j dot ohnheiser at gmx dot de Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.0 OS: Windows XP
Private report: No CVE-ID: None
 [2006-12-18 15:23 UTC] j dot ohnheiser at gmx dot de
Description:
------------
I've a clean php 5.2.0 install on my new System with a fresh Windows installation and I've this Problem:

PHP Warning:  PHP Startup:  'C:\\PHP5\\ext\\php_mssql.dll' - The specified module could not be found.
PHP Warning:  PHP Startup:  'C:\\PHP5\\ext\\php_mysql.dll' - The specified module could not be found.
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\PHP5\\ext\\php_oci8.dll' - The specified module could not be found.

The Files are all there. And phpinfo() says it is using C:\windows\php.ini.  Why?

I ditn't mixed PHP installations because the System is brand new.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-18 15:27 UTC] tony2001@php.net
Because those modules require client libraries.
Please read appropriate pages in the documentation to figure out how to install properly the required libraries.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC