mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
7d59b2264e
* PHP-5.3: Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
oci8_collection.c | ||
oci8_interface.c | ||
oci8_lob.c | ||
oci8_statement.c | ||
oci8.c | ||
oci8.dsp | ||
package.xml | ||
php_oci8_int.h | ||
php_oci8.h | ||
README |
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.