From: crescentfreshpot at yahoo dot com Operating system: WinXP PHP version: 5.1.3 PHP Bug Type: OCI8 related Bug description: oci8 extension won't load with Oracle 9i
Description: ------------ oci8 extension won't load with latest win32 binaries. Oracle version is 9.2.0.1.0 php.ini: extension_dir = "./ext" extension=php_oci8.dll Happens with 5.1.3RC3 too. All loads fine with 5.1.3RC2. Reproduce code: --------------- at the cmd prompt: php -v Expected result: ---------------- PHP 5.1.3 (cli) (built: May 1 2006 00:31:46) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies Actual result: -------------- Error message box (php.exe): "The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll". PHP Warning: PHP Startup: Unable to load dynamic library './ext\php_oci8.dll' - The specified procedure could not be found. in Unknown on line 0 PHP 5.1.3 (cli) (built: May 1 2006 00:31:46) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies -- Edit bug report at http://bugs.php.net/?id=37287&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37287&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=37287&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37287&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37287&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37287&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37287&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37287&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37287&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37287&r=support Expected behavior: http://bugs.php.net/fix.php?id=37287&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37287&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37287&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37287&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37287&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37287&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37287&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37287&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37287&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37287&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37287&r=mysqlcfg
