mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
954a0f8bf4
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.
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.