From fdcb9351b7cc48510b77f53a5bbd184e45a7685b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 18 Jan 2003 05:00:06 +0000 Subject: [PATCH] Added information based off bug #17002 which closes this bug. Basically some dlls require PATH modification, used oracle as an example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112343 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.windows.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index 5f1711c2b7..9a0d12e8dd 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -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 php_oci8.dll in + &php.ini; then you'll want to make sure the Oracle home directory + can be seen in PATH so PHP can find oci.dll. + + The best bet to do it is to copy the files below into your system directory, which is typically: