mike Wed Apr 4 19:17:07 2007 UTC
Modified files:
/phpdoc/en/reference/http/functions/caching http-cache-etag.xml
http-cache-last-modified.xml
/phpdoc/en/reference/http/functions/responses
http-send-content-disposition.xml
http-send-content-type.xml
http-send-last-modified.xml
http-send-stream.xml
http-throttle.xml
Log:
- consistency: wrap header names in <literal/>s
- fix last modified recommended usage
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/caching/http-cache-etag.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/http/functions/caching/http-cache-etag.xml
diff -u phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.5
phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.6
--- phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.5 Wed Apr
4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/caching/http-cache-etag.xml Wed Apr
4 19:17:07 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-cache-etag">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam
choice="opt"><type>string</type><parameter>etag</parameter></methodparam>
</methodsynopsis>
<para>
- Attempts to cache the sent entity by its ETag, either supplied or generated
+ Attempts to cache the sent entity by its <literal>ETag</literal>, either
supplied or generated
by the hash algorithm specified by the &link.http.configuration;
<link linkend="http.configuration.etag.mode">http.etag.mode</link>.
</para>
@@ -40,7 +40,7 @@
<term><parameter>etag</parameter></term>
<listitem>
<para>
- custom ETag
+ custom <literal>ETag</literal>
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml
diff -u
phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml:1.4
phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml:1.5
--- phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml:1.4
Wed Apr 4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml
Wed Apr 4 19:17:07 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-cache-last-modified">
<refnamediv>
@@ -28,6 +28,7 @@
<link linkend="http.configuration.log.cache">http.log.cache</link> is set
and the cache attempt was successful.
</para>
+ ¬e.http.send.API.mayuse;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml?r1=1.3&r2=1.4&diff_format=u
Index:
phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml
diff -u
phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml:1.3
phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml:1.4
---
phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml:1.3
Wed Apr 4 19:06:27 2007
+++
phpdoc/en/reference/http/functions/responses/http-send-content-disposition.xml
Wed Apr 4 19:17:07 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.http-send-content-disposition">
<refnamediv>
@@ -14,8 +14,8 @@
<methodparam choice="opt"><type>bool</type><parameter>inline =
FALSE</parameter></methodparam>
</methodsynopsis>
<para>
- Send the Content-Disposition. The Content-Disposition header is very useful
- if the data actually sent came from a file or something similar, that should
+ Send the <literal>Content-Disposition</literal>. The
<literal>Content-Disposition</literal>
+ header is very useful if the data actually sent came from a file or
something similar, that should
be "saved" by the client/user (i.e. by browsers "Save
as..." popup window).
</para>
¬e.http.send.API;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-send-content-type.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/responses/http-send-content-type.xml
diff -u
phpdoc/en/reference/http/functions/responses/http-send-content-type.xml:1.3
phpdoc/en/reference/http/functions/responses/http-send-content-type.xml:1.4
--- phpdoc/en/reference/http/functions/responses/http-send-content-type.xml:1.3
Wed Apr 4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/responses/http-send-content-type.xml
Wed Apr 4 19:17:07 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.http-send-content-type">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam choice="opt"><type>string</type><parameter>content_type =
'application/x-octetstream'</parameter></methodparam>
</methodsynopsis>
<para>
- Send the Content-Type of the sent entity.
+ Send the <literal>Content-Type</literal> of the sent entity.
</para>
¬e.http.send.API;
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml
diff -u
phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml:1.4
phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml:1.5
---
phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml:1.4
Wed Apr 4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/responses/http-send-last-modified.xml
Wed Apr 4 19:17:07 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-send-last-modified">
<refnamediv>
@@ -13,9 +13,9 @@
<methodparam
choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
</methodsynopsis>
<para>
- Send a <emphasis>Last-Modified</emphasis> header with a valid HTTP date.
+ Send a <literal>Last-Modified</literal> header with a valid HTTP date.
</para>
- ¬e.http.send.API.mayuse;
+ ¬e.http.send.API;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-send-stream.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/responses/http-send-stream.xml
diff -u phpdoc/en/reference/http/functions/responses/http-send-stream.xml:1.3
phpdoc/en/reference/http/functions/responses/http-send-stream.xml:1.4
--- phpdoc/en/reference/http/functions/responses/http-send-stream.xml:1.3
Wed Apr 4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/responses/http-send-stream.xml Wed Apr
4 19:17:07 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.http-send-stream">
<refnamediv>
@@ -12,11 +12,9 @@
<type>bool</type><methodname>http_send_stream</methodname>
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
</methodsynopsis>
-
<para>
Sends an already opened stream with support for (multiple) range requests.
</para>
-
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-throttle.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/http/functions/responses/http-throttle.xml
diff -u phpdoc/en/reference/http/functions/responses/http-throttle.xml:1.4
phpdoc/en/reference/http/functions/responses/http-throttle.xml:1.5
--- phpdoc/en/reference/http/functions/responses/http-throttle.xml:1.4 Wed Apr
4 19:06:27 2007
+++ phpdoc/en/reference/http/functions/responses/http-throttle.xml Wed Apr
4 19:17:07 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-throttle">
<refnamediv>
@@ -13,7 +13,6 @@
<methodparam
choice="opt"><type>float</type><parameter>sec</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>bytes =
40960</parameter></methodparam>
</methodsynopsis>
-
<para>
Sets the throttle delay and send buffer size.
</para>
@@ -22,7 +21,6 @@
resp. thread until the entity has been completely sent.
</para>
¬e.http.send.API;
-
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;