php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13290 extension_dir directive is not working
Submitted: 2001-09-13 14:11 UTC Modified: 2001-10-08 09:02 UTC
From: ralourenco at uol dot com dot br Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.0.6 OS: Win2000 SP2
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: ralourenco at uol dot com dot br
New email:
PHP Version: OS:

 

 [2001-09-13 14:11 UTC] ralourenco at uol dot com dot br
No matter the directory I put in the directive extension_dir in php.ini file, the extension is unloadable.
I receive the message: 

"Unable to load dynamic library 'c:\inetpub\php\extensions\php_oci8dll' - Cannot find specified module"
and
PHP Warning: Unable to load dynamic library 'c:\inetpub\php\extensions\php_oci8.dll' 

I've tryed many ways in php.ini file:
extension_dir = "c:\inetpub\php\extensions"
extension_dir = "c:\inetpub\php\extensions\"
extension_dir = "c:\\inetpub\\php\\extensions\\"
extension_dir = "c:\\inetpub\\php\\extensions"
extension_dir = c:\inetpub\php\extensions
extension_dir = c:\inetpub\php\extensions\
extension_dir = c:/inetpub/php/extensions/
extension_dir = c:/inetpub/php/extensions

None of these worked.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-13 22:07 UTC] sniper@php.net
Do you have the Oracle client libraries installed on
you computer?

 [2001-10-08 09:02 UTC] sander@php.net
No feedback. Probably not a bug in PHP. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 04:01:30 2025 UTC