php-src/ext/oci8
Christopher Jones 954a0f8bf4 OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c.
Currently this code is #ifdef'd out, since I can't consider the feature stable until an Oracle-side fix for Oracle bug 16695981 is available.  Having the code available in PHP OCI8 facilitates testing of any fix.
2013-09-30 16:51:07 -07:00
..
tests Remove obsolete flag 2013-09-06 10:12:16 -07:00
config.m4 More OCI8 DTrace probe updates. 2013-09-26 21:12:11 -07:00
config.w32 Build OCI8 2.0 on Windows with Oracle Database 12c libraries only 2013-09-18 19:50:32 -07:00
CREDITS MFH 2008-04-18 00:05:27 +00:00
oci8_collection.c Make oci_set_*($connection,...) errors retrievable via oci_error($connection). 2013-09-05 18:18:29 -07:00
oci8_dtrace.d More OCI8 DTrace probe updates. 2013-09-26 21:12:11 -07:00
oci8_interface.c OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c. 2013-09-30 16:51:07 -07:00
oci8_lob.c Make oci_set_*($connection,...) errors retrievable via oci_error($connection). 2013-09-05 18:18:29 -07:00
oci8_statement.c More OCI8 DTrace probe updates. 2013-09-26 21:12:11 -07:00
oci8.c OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c. 2013-09-30 16:51:07 -07:00
oci8.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml Prepare for next release 2013-09-27 17:16:02 -07:00
php_oci8_int.h More OCI8 DTrace probe updates. 2013-09-26 21:12:11 -07:00
php_oci8.h Prepare for next release 2013-09-27 17:16:02 -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.