mike            Thu Mar 29 17:49:01 2007 UTC

  Modified files:              
    /phpdoc/en/reference/http   configuration.xml reference.xml 
    /phpdoc/en/reference/http/functions/caching http-cache-etag.xml 
                                                http-cache-last-modified.xml 
    /phpdoc/en/reference/http/functions/responses       http-redirect.xml 
  Log:
  - updates on "exits with"
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/configuration.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/http/configuration.xml
diff -u phpdoc/en/reference/http/configuration.xml:1.4 
phpdoc/en/reference/http/configuration.xml:1.5
--- phpdoc/en/reference/http/configuration.xml:1.4      Thu Mar 29 17:03:22 2007
+++ phpdoc/en/reference/http/configuration.xml  Thu Mar 29 17:49:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="http.configuration">
  <refnamediv>
   <refname>Configuration</refname>
@@ -87,6 +87,7 @@
       <entry>
        Allowed request methods.  If a client issues a request with a request 
method
        other than listed here, PHP exits with a status of "405 Method not 
allowed".
+       &see.http.configuration.force_exit;
       </entry>
      </row>
 
@@ -198,8 +199,9 @@
       <entry>"1"</entry>
       <entry>PHP_INI_ALL</entry>
       <entry>
-       Whether to automatically send "404 Not found", if http_send_file()
-       was not able to find the specified file.
+       Whether to automatically exit with a status of "404 Not found",
+       if http_send_file() was not able to find the specified file.
+       &see.http.configuration.force_exit;
       </entry>
      </row>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/reference.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/http/reference.xml
diff -u phpdoc/en/reference/http/reference.xml:1.21 
phpdoc/en/reference/http/reference.xml:1.22
--- phpdoc/en/reference/http/reference.xml:1.21 Thu Mar 29 15:32:53 2007
+++ phpdoc/en/reference/http/reference.xml      Thu Mar 29 17:49:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 <!-- Purpose: basic.php -->
 <!-- Membership: pecl -->
 
@@ -39,6 +39,16 @@
 
   <section id="classess.http">
    <title>Classes</title>
+   &extension.classes;
+   <simpara>
+    The <classname>HttpResponse</classname> class requires at least PHP v5.1.
+    Any other class is available as of PHP v5.0.
+   </simpara>
+   <note>
+    <simpara>
+     Be aware though, that some methods are not available with PHP 5.0.
+    </simpara>
+   </note>
    <simplelist>
     <member><link 
linkend="http.HttpMessage"><classname>HttpMessage</classname></link></member>
     <member><link 
linkend="http.HttpQueryString"><classname>HttpQueryString</classname></link></member>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/caching/http-cache-etag.xml?r1=1.3&r2=1.4&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.3 
phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.4
--- phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.3  Wed Sep 
 6 20:40:38 2006
+++ phpdoc/en/reference/http/functions/caching/http-cache-etag.xml      Thu Mar 
29 17:49:01 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-cache-etag">
  <refnamediv>
@@ -47,7 +47,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns FALSE on failure, or <emphasis>exits</emphasis> with <literal>304 
Not Modified</literal> if the entity is cached.
+   &returns.http.false.orexits; with <literal>304 Not Modified</literal> if 
the entity is cached.
+   &see.http.configuration.force_exit;
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml?r1=1.2&r2=1.3&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.2 
phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml:1.3
--- phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml:1.2 
Wed Sep  6 20:40:38 2006
+++ phpdoc/en/reference/http/functions/caching/http-cache-last-modified.xml     
Thu Mar 29 17:49:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.http-cache-last-modified">
  <refnamediv>
@@ -48,7 +48,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns FALSE on failure, or <emphasis>exits</emphasis> with <literal>304 
Not Modified</literal> if the entity is cached.
+   &returns.http.false.orexits; with <literal>304 Not Modified</literal> if 
the entity is cached.
+   &see.http.configuration.force_exit;
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-redirect.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/responses/http-redirect.xml
diff -u phpdoc/en/reference/http/functions/responses/http-redirect.xml:1.3 
phpdoc/en/reference/http/functions/responses/http-redirect.xml:1.4
--- phpdoc/en/reference/http/functions/responses/http-redirect.xml:1.3  Wed Sep 
 6 20:40:38 2006
+++ phpdoc/en/reference/http/functions/responses/http-redirect.xml      Thu Mar 
29 17:49:01 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-redirect">
  <refnamediv>
@@ -90,7 +90,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns &false; on failure, or <emphasis>exits</emphasis> on success.
+   &returns.http.false.orexits; with the specified redirection status code.
+   &see.http.configuration.force_exit;
   </para>
  </refsect1>
 

Reply via email to