1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Files
archived-php-src/ext/oci8
Michael Wallner 14caf174ff unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
2013-08-06 22:49:56 +02:00
..
2013-07-24 15:33:22 -07:00
2013-07-24 15:33:22 -07:00
MFH
2008-04-18 00:05:27 +00:00
2013-07-24 15:33:22 -07:00
2013-08-06 22:49:56 +02:00
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.