php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37287 oci8 extension won't load with Oracle 9i
Submitted: 2006-05-03 01:54 UTC Modified: 2006-05-03 02:42 UTC
From: crescentfreshpot at yahoo dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.1.3 OS: WinXP
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: crescentfreshpot at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-05-03 01:54 UTC] crescentfreshpot at yahoo dot com
Description:
------------
oci8 extension won't load with latest win32 binaries. Oracle version is 9.2.0.1.0

php.ini:
extension_dir = "./ext"
extension=php_oci8.dll

Happens with 5.1.3RC3 too. All loads fine with 5.1.3RC2. 

Reproduce code:
---------------
at the cmd prompt: php -v

Expected result:
----------------
PHP 5.1.3 (cli) (built: May  1 2006 00:31:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Actual result:
--------------
Error message box (php.exe): "The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll". 

PHP Warning:  PHP Startup: Unable to load dynamic library './ext\php_oci8.dll' - The specified procedure could not be found.
 in Unknown on line 0
PHP 5.1.3 (cli) (built: May  1 2006 00:31:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-03 02:42 UTC] crescentfreshpot at yahoo dot com
After downloading the latest 10g instant client dlls all is fine. Sorry.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC