From 553d6b673cb8656ce3904f4a1db3c7e91e9b76ae Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 15 Apr 2007 13:46:55 +0000 Subject: [PATCH] - reviewed functions/outputhandlers git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233819 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../outputhandlers/ob-deflatehandler.xml | 18 +++++++++--------- .../outputhandlers/ob-etaghandler.xml | 14 ++++++-------- .../outputhandlers/ob-inflatehandler.xml | 11 ++++------- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/reference/http/functions/outputhandlers/ob-deflatehandler.xml b/reference/http/functions/outputhandlers/ob-deflatehandler.xml index a4f7965eab..303e51f98a 100644 --- a/reference/http/functions/outputhandlers/ob-deflatehandler.xml +++ b/reference/http/functions/outputhandlers/ob-deflatehandler.xml @@ -1,5 +1,5 @@ - + @@ -14,15 +14,17 @@ intmode - For use with ob_start. + &http.use.ob_start; + ¬e.http.ob.once; The deflate output buffer handler can only be used once. - It conflicts with ob_gzhandler and zlib.output_compression as well and should - not be used after ext/mbstrings mb_output_handler and ext/sessions URL-Rewriter (AKA - session.use_trans_sid). + It conflicts with ob_gzhandler and + zlib.output_compression as well and should + not be used after mbstring extension's mb_output_handler and + session extension's URL-Rewriter (AKA session.use_trans_sid). @@ -93,17 +95,15 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/outputhandlers/ob-etaghandler.xml b/reference/http/functions/outputhandlers/ob-etaghandler.xml index 2258b31f43..f084556c26 100644 --- a/reference/http/functions/outputhandlers/ob-etaghandler.xml +++ b/reference/http/functions/outputhandlers/ob-etaghandler.xml @@ -1,5 +1,5 @@ - + @@ -14,11 +14,11 @@ intmode - For use with ob_start. + &http.use.ob_start; - Output buffer handler generating an ETag with the hash algorithm specified with the - &link.http.configuration; http.etag.mode. + Output buffer handler generating an ETag with the hash algorithm + specified with the &link.http.configuration; http.etag.mode. This output handler is used by http_cache_etag. @@ -92,17 +92,15 @@ Use the PEAR Coding Standards --> - diff --git a/reference/http/functions/outputhandlers/ob-inflatehandler.xml b/reference/http/functions/outputhandlers/ob-inflatehandler.xml index 5dd22b0833..4c6db77681 100644 --- a/reference/http/functions/outputhandlers/ob-inflatehandler.xml +++ b/reference/http/functions/outputhandlers/ob-inflatehandler.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ intmode - For use with ob_start. + &http.use.ob_start; Same restrictions as with ob_deflatehandler apply. @@ -88,18 +88,15 @@ Use the PEAR Coding Standards --> - -