From c052d20e04ca4dea67df611d2aa3ba5cbab06f65 Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Mon, 10 Jan 2005 23:32:49 +0000 Subject: [PATCH] Changed --with-zlib note to link to ref.zlib git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176917 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-gzhandler.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/outcontrol/functions/ob-gzhandler.xml b/reference/outcontrol/functions/ob-gzhandler.xml index c95c3d9baf..1d6f9fd019 100644 --- a/reference/outcontrol/functions/ob-gzhandler.xml +++ b/reference/outcontrol/functions/ob-gzhandler.xml @@ -1,5 +1,5 @@ - + @@ -17,8 +17,8 @@ - In order to use ob_gzhandler you will have to - configure php --with-zlib. + ob_gzhandler requires the zlib + extension.