From: peter dot wilton-jones at eads dot com Operating system: Windows 2003 Server PHP version: 5.1.6 PHP Bug Type: OCI8 related Bug description: OCI8 fails to load fully
Description: ------------ When upgrading from 5.0.5 to 5.1.6 I am unable to get php_oci8.dll to load correctly. I am using all of the same parameters that I used in 5.0.5 and have even tried the same php,ini file but it fails to load. I do NOT get an error saying that php_oci8.dll cannot be found and it is definately UN-commented in php.ini. When I then attempt an oci_connect or oci_pconnect, I get an error saying "Fatal error: Call to undefined function oci_connect() in ........" Examining phpinfo, no entry for oci8 exists however the location of php.ini is correct. Both 5.0.5 and 5.1.6 are set up in the same way and oci.dll is in the same location therefore is cannot be Oracle Library errors. I have tried both the php_oci8.dll that came with the distribution and from http://pecl4win.php.net/ext.php/php_oci8.dll (5.1.2) but both produced the same error. Reproduce code: --------------- $ora_handler = oci_connect ("myusername", "mypassword", "mydatabase"); Actual result: -------------- No output was given apart from error "Fatal error: Call to undefined function oci_connect() in ........" -- Edit bug report at http://bugs.php.net/?id=39096&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39096&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39096&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39096&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39096&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39096&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39096&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39096&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39096&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39096&r=support Expected behavior: http://bugs.php.net/fix.php?id=39096&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39096&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39096&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39096&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39096&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39096&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39096&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39096&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39096&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39096&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39096&r=mysqlcfg