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:
Christopher Jones 2011-05-10 19:12:48 +00:00
parent a7729a2a06
commit 69faf0d6c6

View file

@ -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>