mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update Windows DLL requirements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310926 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7729a2a06
commit
69faf0d6c6
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@
|
|||
package.
|
||||
</para>
|
||||
<para>
|
||||
On Windows, OCI8 needs client libraries from version 10gR2 or
|
||||
greater. With some versions of Instant Client you may additionally
|
||||
On Windows, the php_oci8 DLL needs client libraries from version 10gR2 or greater.
|
||||
In PHP 5.3 up to and including PHP 5.3.5, the php_oci8_11g DLL requires Oracle 11gR1 or greater client libraries.
|
||||
From PHP 5.3.6 the php_oci8_11g DLL requires Oracle 11gR2 or greater client libraries.
|
||||
With some versions of Instant Client you may additionally
|
||||
need <filename>mfc71.dll</filename>
|
||||
and <filename>msvcr71.dll</filename> libraries.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue