php-src/ext/oci8
2010-08-11 21:12:18 +00:00
..
tests Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570) 2010-08-11 21:12:18 +00:00
config.m4 Remove hard coded lib extension. Prepare for OCI8 1.4.2 release 2010-06-25 21:18:09 +00:00
config.w32 - MFH: support for Oracle 11g (either 8 or 11g can be built but not both 2008-08-01 15:07:59 +00:00
CREDITS MFH 2008-04-18 00:05:27 +00:00
oci8_collection.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
oci8_interface.c Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown) 2010-01-06 18:58:16 +00:00
oci8_lob.c Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown) 2010-01-06 18:58:16 +00:00
oci8_statement.c Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases 2010-04-29 05:07:16 +00:00
oci8.c Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release 2010-08-07 00:24:26 +00:00
oci8.dsp upgrade bundled OCI8 to v.1.1 2005-12-01 13:39:48 +00:00
package.xml Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release 2010-08-07 00:24:26 +00:00
php_oci8_int.h Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown) 2010-01-06 18:58:16 +00:00
php_oci8.h Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release 2010-08-07 00:24:26 +00:00
README Remove text recently merged to online doc 2009-12-10 17:28:19 +00:00

The OCI8 Extension
------------------

The OCI8 extension allows PHP to access Oracle databases.  It can be
built using Oracle 9.2, 10, or 11 client libraries. It allows Oracle's
standard cross-version connectivity, for example PHP using Oracle 10.2
libraries can connect to Oracle Database 9.2 onwards.

This release of OCI8 can be used with PHP versions 4.3.9 to 5.x.

OCI8 installation instructions and documentation is available at
http://www.php.net/oci8