From 22740becc9f86539950b6cfdcadd8dfda6f84bb5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 6 Jan 2006 23:53:25 +0000 Subject: [PATCH] - 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 --- reference/curl/configure.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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.