Diff for /embedaddon/php/ext/oci8/README between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:58 version 1.1.1.2, 2012/05/29 12:34:41
Line 1 Line 1
 The OCI8 Extension  The OCI8 Extension
 ------------------  ------------------
   
The OCI8 extension allows PHP to access Oracle databases.  It can beUse the OCI8 extension to access Oracle Database.  
built using Oracle 9.2, 10, or 11 client libraries. It allows Oracle's 
standard cross-version connectivity, for example PHP using 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.Documentation is at http://php.net/oci8
   
OCI8 installation instructions and documentation is available atThe extension can be built with PHP versions 4.3.9 to 5.x using Oracle
http://www.php.net/oci89.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.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>