📄 curl.installation.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Installation</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="curl.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="curl.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="curl.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="curl.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> To use PHP's cURL support you must also compile PHP <span class="option">--with-curl[=DIR]</span> where DIR is the location of the directory containing the lib and include directories. In the "include" directory there should be a folder named "curl" which should contain the <var class="filename">easy.h</var> and <var class="filename">curl.h</var> files. There should be a file named <var class="filename">libcurl.a</var> located in the "lib" directory. Beginning with PHP 4.3.0 you can configure PHP to use cURL for URL streams <span class="option">--with-curlwrappers</span>. </p> <blockquote><p><b class="note">Note</b>: <b>Note to Win32 Users</b><br /> <span class="simpara"> In order to enable this module on a Windows environment, <var class="filename">libeay32.dll</var> and <var class="filename">ssleay32.dll</var> must be present in your PATH. </span> <span class="simpara"> You don't need <var class="filename">libcurl.dll</var> from the cURL site. </span> </p></blockquote></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="curl.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="curl.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="curl.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -