php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38439 Can not load php_oci8.dll
Submitted: 2006-08-13 04:04 UTC Modified: 2006-08-13 17:15 UTC
From: peekmsg at sina dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.1.4 OS: WindowXP
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: peekmsg at sina dot com
New email:
PHP Version: OS:

 

 [2006-08-13 04:04 UTC] peekmsg at sina dot com
Description:
------------
PHP5.1.4 Can not load php_oci8.dll, this problem is not appear on before version.

Reproduce code:
---------------
	$connection = ocinlogon($connect['user'], $connect['pass'], $connect['host']) or die(oci_error());


Expected result:
----------------
Fatal error: Call to undefined function ocinlogon() in F:\WebService\WWW\CMS\includes\db\db.oracle.inc on line 36


Actual result:
--------------
Fatal error: Call to undefined function ocinlogon() in F:\WebService\WWW\CMS\includes\db\db.oracle.inc on line 36


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-13 04:08 UTC] peekmsg at sina dot com
Oracle Instant Client is installed but show this error all the same.
 [2006-08-13 04:11 UTC] peekmsg at sina dot com
Apache 2.2.2
Oracle 9i
PHP 5.1.4
OS WindowXP
 [2006-08-13 04:14 UTC] peekmsg at sina dot com
o,php_oci8.dll extension is opened in php.ini
 [2006-08-13 17:15 UTC] tony2001@php.net
Possible causes:
1) You changed wrong php.ini.
2) You didn't restart your webserver after that.
3) You need to check error_log and find out why PHP failed to load php_oci8.dll.
In all cases it's not PHP problem -> bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC