From 03462833ab73df33f92a2533266a699fec36eb0d Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 14 Jan 2004 12:21:59 +0000 Subject: [PATCH] typo (user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148659 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-gzhandler.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/outcontrol/functions/ob-gzhandler.xml b/reference/outcontrol/functions/ob-gzhandler.xml index 466bc7d9f6..49f2c25f6d 100644 --- a/reference/outcontrol/functions/ob-gzhandler.xml +++ b/reference/outcontrol/functions/ob-gzhandler.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ compressed web pages. Before ob_gzhandler actually sends compressed data, it determines what type of content encoding the browser will accept ("gzip", "deflate" or - none at all) and will return it's output accordingly. All + none at all) and will return its output accordingly. All browsers are supported since it's up to the browser to send the correct header saying that it accepts compressed web pages.