mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fe5785d92b
Added tests for SQLT_INT binds particularly to check for uninitialized variables. |
||
---|---|---|
.. | ||
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 ------------------ The OCI8 extension allows PHP to access Oracle Database. It can be built using Oracle 9.2, 10, or 11 client libraries. It allows Oracle's standard cross-version connectivity. For example PHP linked with Oracle 10.2 libraries can connect to Oracle Database 9.2 onwards. This release of OCI8 can be used with PHP versions 4.3.9 to 5.x. OCI8 installation instructions and documentation is available at http://www.php.net/oci8