php-src/ext/oci8
2013-08-13 15:15:57 -07:00
..
tests Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
config.m4 Merge branch 'PHP-5.5' 2013-08-06 11:09:12 -07: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 Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
oci8_dtrace.d Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
oci8_interface.c OCI8 extension: Allow Implicit Result Set statement resources to inherit the parent's current prefetch count 2013-07-26 13:34:45 -07:00
oci8_lob.c Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00
oci8_statement.c Fix unused variable warning in OCI8 2.0 2013-08-13 15:15:57 -07:00
oci8.c unify stdint type usage 2013-08-06 22:49:56 +02:00
oci8.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml OCI8 extension: Allow Implicit Result Set statement resources to inherit the parent's current prefetch count 2013-07-26 13:34:45 -07:00
php_oci8_int.h OCI8 extension: Allow Implicit Result Set statement resources to inherit the parent's current prefetch count 2013-07-26 13:34:45 -07:00
php_oci8.h Fix --enable-maintainer-zts mode in OCI8 2.0 2013-07-25 16:15:32 -07:00
README Initial PHP OCI8 2.0.0-dev commit. 2013-07-24 15:33:22 -07:00

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

Use the OCI8 extension to access Oracle Database.  

Documentation is at http://php.net/oci8

The extension can be built with PHP versions 4.3.9 to 5.x using Oracle
Database 9.2, 10, 11 or 12 client libraries.  Oracle's standard
cross-version connectivity applies.  For example PHP linked with
Oracle 11.2 client libraries can connect to Oracle Database 9.2
onwards.  See Oracle's note "Oracle Client / Server Interoperability
Support" (ID 207303.1) for details.