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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 10:01:30 2025 UTC