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
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: 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

Pull Requests

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 Dec 27 05:01:27 2024 UTC