📄 install.pecl.downloads.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Downloading PECL extensions</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="install.pecl.html">Installation of PECL extensions</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.html">Installing a PHP extension</a></div> <div class="up"><a href="install.pecl.html">Installation of PECL extensions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="install.pecl.downloads" class="sect1"> <h2 class="title">Downloading PECL extensions</h2> <p class="simpara"> There are several options for downloading PECL extensions, such as: </p> <ul class="itemizedlist"> <li class="listitem"> <span class="simpara"> <a href="http://pecl.php.net/" class="link external">» http://pecl.php.net/</a> </span> <span class="simpara"> The PECL web site contains information about the different extensions that are offered by the PHP Development Team. The information available here includes: ChangeLog, release notes, requirements and other similar details. </span> </li> <li class="listitem"> <span class="simpara"> <i>pecl download extname</i> </span> <span class="simpara"> PECL extensions that have releases listed on the PECL web site are available for download and installation using the <a href="http://pear.php.net/manual/en/installation.php" class="link external">» pecl command</a>. Specific revisions may also be specified. </span> </li> <li class="listitem"> <span class="simpara"> <acronym title="Concurrent Versions System">CVS</acronym> </span> <span class="simpara"> Most PECL extensions also reside in <acronym title="Concurrent Versions System">CVS</acronym>. A web-based view may be seen at <a href="http://cvs.php.net/pecl/" class="link external">» http://cvs.php.net/pecl/</a>. To download straight from <acronym title="Concurrent Versions System">CVS</acronym>, the following sequence of commands may be used. Note that <em class="emphasis">phpfi</em> is the password for user <em class="emphasis">cvsread</em>: </span> <p class="para"> <div class="example-contents"><pre>$ cvs -d:pserver:cvsread@cvs.php.net:/repository login $ cvs -d:pserver:cvsread@cvs.php.net:/repository co pecl/extname </pre></div> </p> </li> <li class="listitem"> <span class="simpara"> Windows downloads </span> <span class="simpara"> Windows users may find compiled PECL binaries by downloading the <em class="emphasis">Collection of PECL modules</em> from the <a href="http://www.php.net/downloads.php" class="link external">» PHP Downloads</a> page, or by retrieving a <a href="http://snaps.php.net/" class="link external">» PECL Snapshot</a> or an extension DLL on <a href="http://pecl4win.php.net/" class="link external">» PECL4WIN</a>. To compile PHP under Windows, read the <a href="install.windows.building.html" class="link">appropriate chapter</a>. </span> </li> </ul> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.pecl.html">Installation of PECL extensions</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.html">Installing a PHP extension</a></div> <div class="up"><a href="install.pecl.html">Installation of PECL extensions</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 + -