betz            Sun Aug  1 08:46:35 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info   constants.xml ini.xml 
  Log:
  Not only php 4 has credits
  no literal with PHP
  typo
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/constants.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/info/constants.xml
diff -u phpdoc/en/reference/info/constants.xml:1.6 
phpdoc/en/reference/info/constants.xml:1.7
--- phpdoc/en/reference/info/constants.xml:1.6  Sat Dec 20 20:22:51 2003
+++ phpdoc/en/reference/info/constants.xml      Sun Aug  1 08:46:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <section id="info.constants">
  &reftitle.constants;
  &extension.constants.core;
@@ -23,7 +23,7 @@
        <entry>CREDITS_GENERAL</entry>
        <entry>2</entry>
        <entry>
-        General credits: Language design and concept, PHP 4.0
+        General credits: Language design and concept, PHP
         authors and SAPI module.
        </entry>
       </row>
@@ -53,7 +53,7 @@
        <entry>32</entry>
        <entry>
         Usually used in combination with the other flags. Indicates
-        that the a complete stand-alone HTML page needs to be
+        that a complete stand-alone HTML page needs to be
         printed including the information indicated by the other
         flags.
        </entry>
@@ -102,7 +102,7 @@
        <entry>INFO_CREDITS</entry>
        <entry>2</entry>
        <entry>
-        PHP 4 Credits.  See also <function>phpcredits</function>.
+        PHP Credits.  See also <function>phpcredits</function>.
        </entry>
       </row>
       <row>
http://cvs.php.net/diff.php/phpdoc/en/reference/info/ini.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/info/ini.xml
diff -u phpdoc/en/reference/info/ini.xml:1.9 phpdoc/en/reference/info/ini.xml:1.10
--- phpdoc/en/reference/info/ini.xml:1.9        Mon Jul 26 10:15:26 2004
+++ phpdoc/en/reference/info/ini.xml    Sun Aug  1 08:46:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <section id="info.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -107,7 +107,7 @@
     </term>
     <listitem>
      <para>
-      Issue a <literal>PHP</literal> warning for each failed assertion.
+      Issue a PHP warning for each failed assertion.
      </para>
     </listitem>
    </varlistentry>
@@ -147,8 +147,8 @@
     <listitem>
      <para>
       This directive is really only useful in the Apache module
-      version of <literal>PHP</literal>. You can turn dynamic loading of
-      <literal>PHP</literal> extensions with <function>dl</function> on and
+      version of PHP. You can turn dynamic loading of
+      PHP extensions with <function>dl</function> on and
       off per virtual server or per directory.
      </para>
      <para>
@@ -277,4 +277,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-

Reply via email to