php-src/ext/oci8
2011-06-14 20:04:18 +00:00
..
tests Improve cross version compat 2011-06-14 20:04:18 +00:00
config.m4 Refactor OCI8 config.m4: improve messages and merge similar conditionals 2011-03-29 21:37:45 +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 - Year++ 2011-01-01 02:17:06 +00:00
oci8_interface.c Add oci_client_version() returning the runtime Oracle client library version - predominantly useful for the test suite 2011-06-10 17:38:07 +00:00
oci8_lob.c Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4 2011-06-07 23:53:02 +00:00
oci8_statement.c - Year++ 2011-01-01 02:17:06 +00:00
oci8.c Fix TSRMLS for Windows build 2011-06-11 00:24:26 +00:00
oci8.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml Bump OCI8 version to stable in preparation for 5.3.7 RC 2011-06-10 20:01:46 +00:00
php_oci8_int.h Add oci_client_version() returning the runtime Oracle client library version - predominantly useful for the test suite 2011-06-10 17:38:07 +00:00
php_oci8.h Bump OCI8 version to stable in preparation for 5.3.7 RC 2011-06-10 20:01:46 +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