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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: j dot ohnheiser at gmx dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC