- clarify that one doesn't need libcurl.dll

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204753 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Michael Wallner 2006-01-06 23:53:25 +00:00
parent a0dcb8a898
commit 22740becc9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<section id="curl.installation">
&reftitle.install;
<para>
@ -19,8 +19,13 @@
In order to enable this module on a Windows environment, you must copy
<filename>libeay32.dll</filename> and <filename>ssleay32.dll</filename>
from the DLL folder of the PHP/Win32 binary package to the SYSTEM
folder of your Windows machine. (Ex: <filename class="directory">C:\WINNT\SYSTEM32</filename>
or <filename class="directory">C:\WINDOWS\SYSTEM</filename>)
folder of your Windows machine (Ex: <filename class="directory">C:\WINNT\SYSTEM32</filename>
or <filename class="directory">C:\WINDOWS\SYSTEM</filename>) or to the folder where
the PHP SAPI you use (Ex: <filename>php.exe</filename> or <filename>php5apache2.dll</filename>)
is located.
</simpara>
<simpara>
You don't need <filename>libcurl.dll</filename> from the CURL site.
</simpara>
</note>
</section>