From 2c0fdb5314f1377e5fb6444d448eede3542dc322 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 25 Nov 2002 02:47:26 +0000 Subject: [PATCH] Added note for Win32 users. "Copy libeay32.dll and ssleay32.dll" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105621 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/reference.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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;