mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
da6c797503
commit
fdcb9351b7
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue