drews Sun Dec 30 10:05:20 2001 EDT
Modified files:
/phpdoc/en/functions bzip2.xml
Log:
changed reference in file to bz2. configure option --with-bzip2 seems to be
depreciated. needed for working install.xml
Index: phpdoc/en/functions/bzip2.xml
diff -u phpdoc/en/functions/bzip2.xml:1.13 phpdoc/en/functions/bzip2.xml:1.14
--- phpdoc/en/functions/bzip2.xml:1.13 Wed Dec 12 15:46:37 2001
+++ phpdoc/en/functions/bzip2.xml Sun Dec 30 10:05:20 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<reference id="ref.bzip2">
<title>Bzip2 Compression Functions</title>
<titleabbrev>Bzip2</titleabbrev>
@@ -11,7 +11,7 @@
</para>
<para>
Bzip2 support in PHP is not enabled by default. You will need to
- use the <link linkend="install.configure.with-bzip2">--with-bz2</link>
configuration
+ use the <link linkend="install.configure.with-bz2">--with-bz2</link> configuration
option when compiling PHP to enable bzip2 support. This module
requires bzip2/libbzip2 version >= 1.0.x.
</para>