reference/curl/configure.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -9,17 +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>.
15
-
This feature was moved to PECL as of PHP 5.5.0.
12
+
<filename>libcurl.a</filename> located in the <filename>lib</filename> directory.
16
13
</para>
17
14
<note>
18
15
<title>Note to Win32 Users</title>
19
16
<simpara>
20
17
In order to enable this module on a Windows environment,
21
-
<filename>libeay32.dll</filename> and <filename>ssleay32.dll</filename>
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>,
22
20
must be present in your <envar>PATH</envar>.
21
+
Also <filename>libssh2.dll</filename> must be present in your <envar>PATH</envar>.
23
22
</simpara>
24
23
<simpara>
25
24
You don't need <filename>libcurl.dll</filename> from the cURL site.
26
25