php-src/ext/oci8
Christopher Jones 7d59b2264e Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
2012-10-21 22:21:46 -07:00
..
tests Merge branch 'PHP-5.3' into PHP-5.4 2012-08-14 14:13:03 -07:00
config.m4 Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) 2012-10-21 22:17:47 -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 - Year++ 2012-01-01 13:15:04 +00:00
oci8_interface.c - Year++ 2012-01-01 13:15:04 +00:00
oci8_lob.c - Year++ 2012-01-01 13:15:04 +00:00
oci8_statement.c - Year++ 2012-01-01 13:15:04 +00:00
oci8.c Fixed bug #63307 (Unused variable in oci8.c) 2012-10-18 17:53:00 -07:00
oci8.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) 2012-10-21 22:17:47 -07:00
php_oci8_int.h Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) 2012-10-18 17:33:51 -07:00
php_oci8.h Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) 2012-10-21 22:17:47 -07:00
README Update README 2012-03-27 11:19:33 -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
9.2, 10, or 11 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.