ID:               38439
 Updated by:       [EMAIL PROTECTED]
 Reported By:      peekmsg at sina dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         OCI8 related
 Operating System: WindowXP
 PHP Version:      5.1.4
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2006-08-13 04:14:55] peekmsg at sina dot com

o,php_oci8.dll extension is opened in php.ini

------------------------------------------------------------------------

[2006-08-13 04:11:38] peekmsg at sina dot com

Apache 2.2.2
Oracle 9i
PHP 5.1.4
OS WindowXP

------------------------------------------------------------------------

[2006-08-13 04:08:35] peekmsg at sina dot com

Oracle Instant Client is installed but show this error all the same.

------------------------------------------------------------------------

[2006-08-13 04:04:34] 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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38439&edit=1

Reply via email to