php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39566 can't load php_oci
Submitted: 2006-11-21 09:12 UTC Modified: 2016-03-08 01:04 UTC
From: bogguard at yahoo dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.2.0 OS: Windows Server 2003
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: bogguard at yahoo dot com
New email:
PHP Version: OS:

 

 [2006-11-21 09:12 UTC] bogguard at yahoo dot com
Description:
------------
If i update version 5.0.5 to version 5.2 my oci does not get loaded again.
I use the same php.ini so that can't be the problem. oci extension is uncommented.

Everything works exactly the same (ldap extension keeps working), but in phpinfo the oci module isn't there anymore.

I use the same folder on a windows XP module on Apache and that works great, but on windows 2003 on IIS it fails with the sentence "undefined function ocilogon"

I tried the latest php_oci extension but still that doesn't work.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-21 09:17 UTC] edink@php.net
PHP 5.2 requires Oracle Instant Client 10 to be installed.
 [2006-11-21 21:45 UTC] bogguard at yahoo dot com
so this makes it impossible to connect to older oracle databases then 8.1.7?

As oracle 10g can't connect to old databases anymore this is pretty bad news...
 [2006-12-11 16:16 UTC] bogguard at yahoo dot com
I don't think i can call this a bogus...

What do you suggest? Fall back on version 5.0.5 that contains bugs but can connect to a 8.1.7 less version of Oracle?
 [2006-12-11 16:31 UTC] tony2001@php.net
>What do you suggest?
You can do one of the following:
- upgrade Oracle;
- downgrade PHP;
- build php_oci8.dll yourself;
- switch to *nix.

 [2016-03-08 01:04 UTC] sixd@php.net
-Package: Oracle related +Package: OCI8 related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC