From 40c23f9fdd83ee1ff10680d066bd284dd427c8fa Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 7 Jan 2004 01:20:06 +0000 Subject: [PATCH] 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 --- reference/lzf/reference.xml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/reference/lzf/reference.xml b/reference/lzf/reference.xml index c825e530bd..6df496f5a1 100644 --- a/reference/lzf/reference.xml +++ b/reference/lzf/reference.xml @@ -1,5 +1,5 @@ - + LZF Functions @@ -9,31 +9,18 @@
&reftitle.intro; - 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. - -
-
- &reftitle.install; - - LZF is currently available through PECL (http://pecl.php.net/lzf). - To install LZF extension all you need to do is: - - - - - - 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.
+ + &reference.lzf.configure; + &reference.lzf.functions;
+