From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.1.2 PHP Bug Type: OCI8 related Bug description: Oci Lob missing in Oracle 8.0.5 oci.dll
Hi, I noticed that in the bin release of php_oci8.dll some imported functions from oci.dll are missing when you use oracle 8.0.5 (OCI Lob functions): this prevents the extension to be loaded from the web server. I had to recompile the extension putting #undef HAVE_OCI8_TEMP_LOB somewhere in php_oci.h. The problem is not present (of course) when I use the lib with oracle 8.1.7 client. Maybe oracle 8.0.5 client is not used at all by much people... but you may distribute two versions of the lib or put a note somewhere... regards, andrea -- Edit bug report at http://bugs.php.net/?id=16506&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16506&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16506&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16506&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16506&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16506&r=support Expected behavior: http://bugs.php.net/fix.php?id=16506&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16506&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16506&r=submittedtwice
