tony2001 Wed Jan 18 12:23:42 2006 UTC
Modified files: /phpdoc/en/reference/oci8 reference.xml Log: add Oracle Instant Client requirement for Windows users clarify that "basic" package is enough http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/oci8/reference.xml?r1=1.17&r2=1.18&diff_format=u Index: phpdoc/en/reference/oci8/reference.xml diff -u phpdoc/en/reference/oci8/reference.xml:1.17 phpdoc/en/reference/oci8/reference.xml:1.18 --- phpdoc/en/reference/oci8/reference.xml:1.17 Wed Sep 7 15:25:08 2005 +++ phpdoc/en/reference/oci8/reference.xml Wed Jan 18 12:23:42 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <!-- Purpose: database.vendors --> <!-- Membership: bundled, external --> @@ -23,14 +23,15 @@ &reftitle.required; <para> You will need the Oracle client libraries to use this extension. - Windows users will need at least Oracle version 8.1 to use the - <filename>php_oci8.dll</filename> dll. + Windows users will need libraries with version at least 10 to use the + <filename>php_oci8.dll</filename>. </para> <para> The most convenient way to install all the required files is to use Oracle Instant Client, which is available from here: <ulink url="&url.oracle.instant.client;">&url.oracle.instant.client;</ulink>. - Instant Client does not need ORACLE_SID or ORACLE_HOME environment + To work with OCI8 module "basic" version of Oracle Instant Client is + enough. Instant Client does not need ORACLE_SID or ORACLE_HOME environment variables set. You still may need to set LD_LIBRARY_PATH and NLS_LANG, though. </para> <para>