bcompiler.installation.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 93 行
HTML
93 行
<!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="bcompiler.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="bcompiler.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="bcompiler.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="bcompiler.installation" class="section"> <h2 class="title">Installation</h2> <p class="para"> short installation note: <ul class="itemizedlist"> <li class="listitem"> <span class="simpara">You need at least PHP 4.3.0 for the compression to work</span> </li> <li class="listitem"> <span class="simpara"> To install on PHP 4.3.0 and later at the Unix command prompt type <strong class="command">pear install bcompiler</strong> </span> </li> <li class="listitem"> <span class="simpara"> To install on Windows, until the binary package distribution mechanism is finished please search the archives of the pear-general mailing list for pre-built packages. (or send an email to it if you could not find a reference) </span> </li> <li class="listitem"> <span class="simpara"> To install on older versions you need to make some slight changes to the build. </span> </li> <li class="listitem"> <span class="simpara"> untar the <var class="filename">bcompiler.tgz</var> archive into <var class="filename">php4/ext</var>.(Get it directly from PECL <a href="http://pecl.php.net/get/bcompiler" class="link external">» http://pecl.php.net/get/bcompiler</a>) </span> </li> <li class="listitem"> <span class="simpara"> If the new directory is now called something like bcompiler-0.x, then you should rename it to bcompiler (except you only want to build it as self-contained php-module). </span> </li> <li class="listitem"> <span class="simpara"> If you are using versions before PHP 4.3.0, the you will need to copy the <var class="filename">Makefile.in.old</var> to <var class="filename">Makefile.in</var> and <var class="filename">config.m4.old</var> to <var class="filename">config.m4</var>. </span> </li> <li class="listitem"> <span class="simpara"> run <strong class="command">phpize</strong> in <var class="filename"> ext/bcompiler</var> </span> </li> <li class="listitem"> <span class="simpara"> run <strong class="command">./buildconf</strong> in <var class="filename">php4 </var> </span> </li> <li class="listitem"> <span class="simpara"> run <strong class="command">configure</strong> with <span class="option"> --enable-bcompiler</span> (and your other options) </span> </li> <li class="listitem"> <span class="simpara"> <strong class="command">make; make install</strong> </span> </li> <li class="listitem"><span class="simpara">that's it.</span></li> </ul> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="bcompiler.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="bcompiler.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="bcompiler.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 + =
减小字号Ctrl + -
显示快捷键?