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

📄 install.pecl.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 of 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.windows.extensions.html">Installation of extensions on Windows</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.downloads.html">Downloading PECL extensions</a></div> <div class="up"><a href="install.html">Installation and Configuration</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Installation of PECL extensions</h1><h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="install.pecl.downloads.html">Downloading PECL extensions</a></li><li><a href="install.pecl.windows.html">Installing a PHP extension</a></li><li><a href="install.pecl.windows.find.html">Where to find an extension?</a></li><li><a href="install.pecl.pear.html">Compiling shared PECL extensions with the pecl command</a></li><li><a href="install.pecl.phpize.html">Compiling shared PECL extensions with phpize</a></li><li><a href="install.pecl.static.html">Compiling PECL extensions statically into PHP</a></li></ul> <div id="install.pecl.intro" class="sect1">  <h2 class="title">Introduction to PECL Installations</h2>  <p class="simpara">   <a href="http://pecl.php.net/" class="link external">&raquo; PECL</a> is a repository of PHP extensions that   are made available to you via the <a href="http://pear.php.net/" class="link external">&raquo; PEAR</a>   packaging system.  This section of the manual is intended to demonstrate   how to obtain and install PECL extensions.  </p>  <p class="simpara">   These instructions assume <i>/your/phpsrcdir/</i> is the path   to the PHP source distribution, and that <i>extname</i> is the name of the   PECL extension.  Adjust accordingly.  These instructions also assume a    familiarity with the <a href="http://pear.php.net/manual/en/installation.php" class="link external">&raquo; pear command</a>.   The information in the PEAR manual for the <i>pear</i> command also   applies to the <i>pecl</i> command.  </p>  <p class="simpara">   To be useful, a shared extension must be built, installed, and loaded.  The   methods described below provide you with various instructions on how to   build and install the extensions, but they do not automatically load them.   Extensions can be loaded by adding an <a href="ini.core.html#ini.extension" class="link">extension</a> directive.  To this <var class="filename">php.ini</var>   file, or through the use of the <a href="function.dl.html" class="function">dl()</a> function.  </p>  <p class="simpara">   When building PHP modules, it&#039;s important to have known-good versions    of the required tools (autoconf, automake, libtool, etc.) See the    <a href="http://www.php.net/anoncvs.php" class="link external">&raquo; Anonymous CVS Instructions</a> for    details on the required tools, and required versions.  </p> </div>       </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="install.windows.extensions.html">Installation of extensions on Windows</a></div> <div class="next" style="text-align: right; float: right;"><a href="install.pecl.downloads.html">Downloading PECL extensions</a></div> <div class="up"><a href="install.html">Installation and Configuration</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 + -