philip Sat Jan 18 00:00:07 2003 EDT Modified files: /phpdoc/en/chapters install.windows.xml Log: Added information based off bug #17002 which closes this bug. Basically some dlls require PATH modification, used oracle as an example. Index: phpdoc/en/chapters/install.windows.xml diff -u phpdoc/en/chapters/install.windows.xml:1.20 phpdoc/en/chapters/install.windows.xml:1.21 --- phpdoc/en/chapters/install.windows.xml:1.20 Fri Nov 22 13:01:12 2002 +++ phpdoc/en/chapters/install.windows.xml Sat Jan 18 00:00:06 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.20 $ --> +<!-- $Revision: 1.21 $ --> <sect1 id="install.windows"> <title>Installation on Windows systems</title> <para> @@ -190,6 +190,11 @@ The PHP binary, the SAPI modules, and some extensions rely on external DLLs for execution. Make sure that these DLLs in the distribution exist in a directory that is in the Windows PATH. + For example, if you enable <literal>php_oci8.dll</literal> in + &php.ini; then you'll want to make sure the Oracle home directory + can be seen in PATH so PHP can find <literal>oci.dll</literal>. + </para> + <para> The best bet to do it is to copy the files below into your system directory, which is typically: <simplelist>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php