Annotation of embedaddon/php/ext/oci8/README, revision 1.1.1.2

1.1       misho       1: The OCI8 Extension
                      2: ------------------
                      3: 
1.1.1.2 ! misho       4: Use the OCI8 extension to access Oracle Database.  
1.1       misho       5: 
1.1.1.2 ! misho       6: Documentation is at http://php.net/oci8
1.1       misho       7: 
1.1.1.2 ! misho       8: The extension can be built with PHP versions 4.3.9 to 5.x using Oracle
        !             9: 9.2, 10, or 11 client libraries.  Oracle's standard cross-version
        !            10: connectivity applies.  For example PHP linked with Oracle 11.2 client
        !            11: libraries can connect to Oracle Database 9.2 onwards.  See Oracle's
        !            12: note "Oracle Client / Server Interoperability Support" (ID 207303.1)
        !            13: for details.

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