You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Xinchen Hui c6ad98975e Merge branch 'PHP-5.3' into PHP-5.4 14 years ago
..
tests Merge branch 'PHP-5.3' into PHP-5.4 14 years ago
CREDITS Code: 18 years ago
README Update README 14 years ago
config.m4 Refactor OCI8 config.m4: improve messages and merge similar conditionals 15 years ago
config.w32 - support for Oracle 11g (either 8 or 11g can be built but not both 18 years ago
oci8.c Replace $Revision$ with $Id$ in keyword expansion enable files 14 years ago
oci8.dsp Update php4 build file, compile against istantclient 20 years ago
oci8_collection.c - Year++ 14 years ago
oci8_interface.c - Year++ 14 years ago
oci8_lob.c - Year++ 14 years ago
oci8_statement.c - Year++ 14 years ago
package.xml r319456 also fixed the OCI8 part of #55301 (multiple null pointer) 14 years ago
php_oci8.h - Year++ 14 years ago
php_oci8_int.h - Year++ 14 years ago

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.