[PHP-DOC] cvs: phpdoc /de/functions http.xml /en/functions http.xml /it/functions http.xml /ja/functions http.xml From: Stefan Livieratos (stefan <email protected>)
Date: 07/01/00

sli Sat Jul 1 10:21:10 2000 EDT

  Modified files:
    /phpdoc/de/functions http.xml
    /phpdoc/en/functions http.xml
    /phpdoc/it/functions http.xml
    /phpdoc/ja/functions http.xml
  Log:
  Small correction for header() example
  
  
Index: phpdoc/de/functions/http.xml
diff -u phpdoc/de/functions/http.xml:1.8 phpdoc/de/functions/http.xml:1.9
--- phpdoc/de/functions/http.xml:1.8 Sat Jun 24 00:38:42 2000
+++ phpdoc/de/functions/http.xml Sat Jul 1 10:21:10 2000
@@ -62,7 +62,7 @@
      stehen haben:
      <informalexample>
       <programlisting role="php">
-header ("http/1.0 404 Not Found");
+header ("HTTP/1.0 404 Not Found");
       </programlisting>
      </informalexample>
     </para>
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.5 phpdoc/en/functions/http.xml:1.6
--- phpdoc/en/functions/http.xml:1.5 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/http.xml Sat Jul 1 10:21:10 2000
@@ -60,7 +60,7 @@
      thing you do in your script should then be:
      <informalexample>
       <programlisting role="php">
-header ("http/1.0 404 Not Found");
+header ("HTTP/1.0 404 Not Found");
       </programlisting>
      </informalexample>
     </para>
Index: phpdoc/it/functions/http.xml
diff -u phpdoc/it/functions/http.xml:1.3 phpdoc/it/functions/http.xml:1.4
--- phpdoc/it/functions/http.xml:1.3 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/http.xml Sat Jul 1 10:21:10 2000
@@ -60,7 +60,7 @@
      thing you do in your script should then be:
      <informalexample>
       <programlisting role="php">
-header ("http/1.0 404 Not Found");
+header ("HTTP/1.0 404 Not Found");
       </programlisting>
      </informalexample>
     </para>
Index: phpdoc/ja/functions/http.xml
diff -u phpdoc/ja/functions/http.xml:1.4 phpdoc/ja/functions/http.xml:1.5
--- phpdoc/ja/functions/http.xml:1.4 Sat Jun 24 00:38:44 2000
+++ phpdoc/ja/functions/http.xml Sat Jul 1 10:21:10 2000
@@ -56,7 +56,7 @@
      この場合、そのスクリプトの中に以下のように記述します。
      <informalexample>
       <programlisting role="php">
-header("http/1.0 404 Not Found");
+header("HTTP/1.0 404 Not Found");
       </programlisting>
      </informalexample>
     </para>