mike Sun Apr 15 13:46:55 2007 UTC
Modified files:
/phpdoc/en/reference/http/functions/outputhandlers
ob-deflatehandler.xml
ob-etaghandler.xml
ob-inflatehandler.xml
Log:
- reviewed functions/outputhandlers
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml
diff -u
phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml:1.3
phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml:1.4
--- phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml:1.3
Wed Mar 28 06:58:54 2007
+++ phpdoc/en/reference/http/functions/outputhandlers/ob-deflatehandler.xml
Sun Apr 15 13:46:55 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ob-deflatehandler">
<refnamediv>
@@ -14,15 +14,17 @@
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
- For use with <function>ob_start</function>.
+ &http.use.ob_start;
</para>
+ ¬e.http.ob.once;
<para>
The deflate output buffer handler can only be used once.
</para>
<para>
- 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 <function>ob_gzhandler</function> and
+ <link linkend="ref.zlib">zlib.output_compression</link> as well and should
+ not be used after <link linkend="ref.mbstring">mbstring</link> extension's
<function>mb_output_handler</function> and
+ <link linkend="ref.session">session</link> extension's URL-Rewriter (AKA
session.use_trans_sid).
</para>
</refsect1>
@@ -93,17 +95,15 @@
-->
- <!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
- <member><function></function></member>
- <member>Or <link linkend="somethingelse">something else</link></member>
+ <member><function>ob_inflatehandler</function></member>
+ <member><function>ob_start</function></member>
</simplelist>
</para>
</refsect1>
- -->
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml
diff -u
phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml:1.3
phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml:1.4
--- phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml:1.3
Wed Mar 28 06:58:54 2007
+++ phpdoc/en/reference/http/functions/outputhandlers/ob-etaghandler.xml
Sun Apr 15 13:46:55 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ob-etaghandler">
<refnamediv>
@@ -14,11 +14,11 @@
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
- For use with <function>ob_start</function>.
+ &http.use.ob_start;
</para>
<para>
- Output buffer handler generating an ETag with the hash algorithm specified
with the
- &link.http.configuration; <literal>http.etag.mode</literal>.
+ Output buffer handler generating an <literal>ETag</literal> with the hash
algorithm
+ specified with the &link.http.configuration; <link
linkend="http.configuration.etag.mode">http.etag.mode</link>.
</para>
<para>
This output handler is used by <function>http_cache_etag</function>.
@@ -92,17 +92,15 @@
-->
- <!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
- <member><function></function></member>
- <member>Or <link linkend="somethingelse">something else</link></member>
+ <member><function>http_cache_etag</function></member>
+ <member><function>http_match_etag</function></member>
</simplelist>
</para>
</refsect1>
- -->
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml
diff -u
phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml:1.3
phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml:1.4
--- phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml:1.3
Wed Mar 28 06:58:54 2007
+++ phpdoc/en/reference/http/functions/outputhandlers/ob-inflatehandler.xml
Sun Apr 15 13:46:55 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.ob-inflatehandler">
<refnamediv>
@@ -14,7 +14,7 @@
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
- For use with <function>ob_start</function>.
+ &http.use.ob_start;
</para>
<para>
Same restrictions as with <function>ob_deflatehandler</function> apply.
@@ -88,18 +88,15 @@
-->
- <!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
- <member><function></function></member>
- <member>Or <link linkend="somethingelse">something else</link></member>
+ <member><function>ob_deflatehandler</function></member>
+ <member><function>ob_start</function></member>
</simplelist>
</para>
</refsect1>
- -->
-
</refentry>