⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 curl.installation.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 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&#039;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 &quot;include&quot; directory there should be a folder  named &quot;curl&quot; 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 &quot;lib&quot; 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&#039;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 + -