Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 8640

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Downloading PECL extensions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.pecl.intro.html">Introduction to PECL Installations</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.html">Installing a PHP extension on Windows</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">
     The <em>pecl install extname</em> command downloads the
     extensions code automatically, so in this case there is no need
     for a separate download.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="http://pecl.php.net/" class="link external">&raquo;&nbsp;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">
     <em>pecl download extname</em>
    </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/guide.users.commandline.cli.php" class="link external">&raquo;&nbsp;pecl command</a>.
     Specific revisions may also be specified.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <acronym>SVN</acronym>
    </span>
    <span class="simpara">
     Most PECL extensions also reside in <acronym>SVN</acronym>.  A web-based view may
     be seen at <a href="http://svn.php.net/viewvc/pecl/" class="link external">&raquo;&nbsp;http://svn.php.net/viewvc/pecl/</a>.  
     To download straight from <acronym>SVN</acronym>, the following 
     sequence of commands may be used:
    </span>
    <p class="para">
     <div class="example-contents screen"><br />
$ svn checkout http://svn.php.net/repository/pecl/extname/trunk extname<br />
     </div>
    </p>
   </li>
   <li class="listitem">
    <span class="simpara">
     Windows downloads
    </span>
    <span class="simpara">
     The PHP project compiles and offers Windows DLLs for most
     PECL extensions on the respective package page.
    </span>
   </li>
  </ul>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.pecl.intro.html">Introduction to PECL Installations</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="install.pecl.windows.html">Installing a PHP extension on Windows</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>