1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/oci8
Christopher Jones a59ec5d1b0 Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
  Reduce test noise on cross Oracle client <-> server version tests. This fix is already in PHP 5.6+
2014-02-24 17:02:16 -08:00
..
MFH
2008-04-18 00:05:27 +00:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-02-14 14:51:10 +02:00
2014-01-03 11:06:16 +08:00
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.