diff --git a/reference/curl/configure.xml b/reference/curl/configure.xml index 1ac3d14cec..8805178843 100644 --- a/reference/curl/configure.xml +++ b/reference/curl/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -19,8 +19,13 @@ In order to enable this module on a Windows environment, you must copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM - folder of your Windows machine. (Ex: C:\WINNT\SYSTEM32 - or C:\WINDOWS\SYSTEM) + folder of your Windows machine (Ex: C:\WINNT\SYSTEM32 + or C:\WINDOWS\SYSTEM) or to the folder where + the PHP SAPI you use (Ex: php.exe or php5apache2.dll) + is located. + + + You don't need libcurl.dll from the CURL site.