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

1.1     ! misho       1: The OCI8 Extension
        !             2: ------------------
        !             3: 
        !             4: The OCI8 extension allows PHP to access Oracle databases.  It can be
        !             5: built using Oracle 9.2, 10, or 11 client libraries. It allows Oracle's
        !             6: standard cross-version connectivity, for example PHP using Oracle 10.2
        !             7: libraries can connect to Oracle Database 9.2 onwards.
        !             8: 
        !             9: This release of OCI8 can be used with PHP versions 4.3.9 to 5.x.
        !            10: 
        !            11: OCI8 installation instructions and documentation is available at
        !            12: http://www.php.net/oci8

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