takagi Sun Aug 6 04:47:22 2006 UTC
Modified files:
/phpdoc/en/reference/http/functions/responses http-throttle.xml
/phpdoc/en/reference/http/functions/requests
http-request-method-unregister.xml
http-get.xml
/phpdoc/en/reference/http/functions/parsers http-parse-cookie.xml
/phpdoc/en/reference/http/HttpResponse setCacheControl.xml
Log:
typo.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-throttle.xml?r1=1.1&r2=1.2&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.1
phpdoc/en/reference/http/functions/responses/http-throttle.xml:1.2
--- phpdoc/en/reference/http/functions/responses/http-throttle.xml:1.1 Mon Jul
24 11:35:01 2006
+++ phpdoc/en/reference/http/functions/responses/http-throttle.xml Sun Aug
6 04:47:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-throttle">
<refnamediv>
@@ -29,7 +29,7 @@
<term><parameter>sec</parameter></term>
<listitem>
<para>
- seconds too sleep after each chunk sent
+ seconds to sleep after each chunk sent
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml?r1=1.1&r2=1.2&diff_format=u
Index:
phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml
diff -u
phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml:1.1
phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml:1.2
---
phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml:1.1
Mon Jul 24 11:35:01 2006
+++
phpdoc/en/reference/http/functions/requests/http-request-method-unregister.xml
Sun Aug 6 04:47:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-request-method-unregister">
<refnamediv>
@@ -26,7 +26,7 @@
<term><parameter>method</parameter></term>
<listitem>
<para>
- he request method name or ID
+ The request method name or ID
</para>
</listitem>
</varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-get.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/http/functions/requests/http-get.xml
diff -u phpdoc/en/reference/http/functions/requests/http-get.xml:1.1
phpdoc/en/reference/http/functions/requests/http-get.xml:1.2
--- phpdoc/en/reference/http/functions/requests/http-get.xml:1.1 Mon Jul
24 11:35:01 2006
+++ phpdoc/en/reference/http/functions/requests/http-get.xml Sun Aug 6
04:47:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-get">
<refnamediv>
@@ -70,7 +70,7 @@
<entry>referer</entry><entry>string</entry><entry>the referer to
send</entry>
</row>
<row>
- <entry>useragent</entry><entry>string</entry><entry>the user agent to
send (defaults to PECL::HTTP/version (PHP/version)))</entry>
+ <entry>useragent</entry><entry>string</entry><entry>the user agent to
send (defaults to PECL::HTTP/version (PHP/version))</entry>
</row>
<row>
<entry>headers</entry><entry>array</entry><entry>list of custom headers
as associative array like array("header" => "value")</entry>
@@ -160,7 +160,7 @@
<entry>verifypeer</entry><entry>bool</entry><entry>whether to
verify the peer</entry>
</row>
<row>
- <entry>verifyhost</entry><entry>bool whether to verify the
host</entry>
+ <entry>verifyhost</entry><entry>bool</entry><entry>whether to
verify the host</entry>
</row>
<row>
<entry>cipher_list</entry><entry>string</entry><entry>list of
allowed ciphers</entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml
diff -u phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml:1.1
phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml:1.2
--- phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml:1.1
Mon Jul 24 11:35:01 2006
+++ phpdoc/en/reference/http/functions/parsers/http-parse-cookie.xml Sun Aug
6 04:47:21 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-parse-cookie">
<refnamediv>
@@ -43,7 +43,7 @@
<listitem>
<para>
Array containing recognized <emphasis>extra</emphasis> keys.
- By default all unkown keys will be treated as cookie names.
+ By default all unknown keys will be treated as cookie names.
</para>
</listitem>
</varlistentry>
@@ -53,7 +53,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns an stdClass olike shown in the example on success or FALSE on
failure.
+ Returns an stdClass like shown in the example on success or FALSE on
failure.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpResponse/setCacheControl.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/http/HttpResponse/setCacheControl.xml
diff -u phpdoc/en/reference/http/HttpResponse/setCacheControl.xml:1.1
phpdoc/en/reference/http/HttpResponse/setCacheControl.xml:1.2
--- phpdoc/en/reference/http/HttpResponse/setCacheControl.xml:1.1 Mon Jul
24 11:01:54 2006
+++ phpdoc/en/reference/http/HttpResponse/setCacheControl.xml Sun Aug 6
04:47:22 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.HttpResponse-setCacheControl">
<refnamediv>
@@ -37,7 +37,7 @@
<term><parameter>max_age</parameter></term>
<listitem>
<para>
- the max-age in seconds, suggestin how long the cache entry is valid on
the client side
+ the max-age in seconds, suggesting how long the cache entry is valid on
the client side
</para>
</listitem>
</varlistentry>