layout, lzf -> LZF for consistency

install instructions linkend from configure.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148026 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-01-07 01:20:06 +00:00
parent 1f71eeb2f6
commit 40c23f9fdd

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<reference id="ref.lzf">
<title>LZF Functions</title>
@ -9,31 +9,18 @@
<section id="lzf.intro">
&reftitle.intro;
<para>
LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space in compilation time.
</para>
</section>
<section id="lzf.installation">
&reftitle.install;
<para>
LZF is currently available through PECL (http://pecl.php.net/lzf).
To install LZF extension all you need to do is:
<programlisting role="shell">
<![CDATA[
gunzip lzf-xxx.tgz
tar -xvf lzf-xxx.tar
cd lzf-xxx
phpize
./configure && make && make install
]]>
</programlisting>
</para>
<para>
You can pass --enable-lzf-better-compression to optimize lzf for space rather then speed.
LZF is a very fast compression algorithm, ideal for saving space with
only slight speed cost. It can be optimized for speed or space at the
time of compilation.
</para>
</section>
&reference.lzf.configure;
</partintro>
&reference.lzf.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml