reference/curl/configure.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -9,16 +9,16 @@
9
9
directories. In the <filename>include</filename> directory there should be a folder
10
10
named <filename>curl</filename> which should contain the <filename>easy.h</filename> and
11
11
<filename>curl.h</filename> files. There should be a file named
12
-
<filename>libcurl.a</filename> located in the <filename>lib</filename> directory. Beginning
13
-
with PHP 4.3.0 you can configure PHP to use cURL for URL streams
14
-
<option role="configure">--with-curlwrappers</option>.
12
+
<filename>libcurl.a</filename> located in the <filename>lib</filename> directory.
15
13
</para>
16
14
<note>
17
15
<title>Note to Win32 Users</title>
18
16
<simpara>
19
17
In order to enable this module on a Windows environment,
20
-
<filename>libeay32.dll</filename> and <filename>ssleay32.dll</filename>
21
-
must be present in your PATH.
18
+
<filename>libeay32.dll</filename> and <filename>ssleay32.dll</filename>, or, as of OpenSSL 1.1
19
+
<filename>libcrypto-*.dll</filename> and <filename>libssl-*.dll</filename>,
20
+
must be present in your <envar>PATH</envar>.
21
+
Also <filename>libssh2.dll</filename> must be present in your <envar>PATH</envar>.
22
22
</simpara>
23
23
<simpara>
24
24
You don't need <filename>libcurl.dll</filename> from the cURL site.
25
25