diff --git a/reference/curl/reference.xml b/reference/curl/reference.xml index bdb8282b17..29de7c03b6 100644 --- a/reference/curl/reference.xml +++ b/reference/curl/reference.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -44,6 +44,15 @@ There should be a file named "libcurl.a" located in the "lib" directory. + + Note to Win32 Users + + 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 SYSTEM32 + folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) + + &reference.curl.constants;