From ab9c4367a488d2eab0c50a683b860ed49264cc48 Mon Sep 17 00:00:00 2001 From: Wolfgang Drews Date: Sun, 30 Dec 2001 15:05:20 +0000 Subject: [PATCH] changed reference in file to bz2. configure option --with-bzip2 seems to be depreciated. needed for working install.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66519 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/bzip2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/bzip2.xml b/functions/bzip2.xml index 62a91a9f79..de9778b77e 100644 --- a/functions/bzip2.xml +++ b/functions/bzip2.xml @@ -1,5 +1,5 @@ - + Bzip2 Compression Functions Bzip2 @@ -11,7 +11,7 @@ Bzip2 support in PHP is not enabled by default. You will need to - use the --with-bz2 configuration + use the --with-bz2 configuration option when compiling PHP to enable bzip2 support. This module requires bzip2/libbzip2 version >= 1.0.x.