betz            Sun Feb 23 12:44:28 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info   constants.xml 
  Log:
  some reordering, credits for QA
  
  
Index: phpdoc/en/reference/info/constants.xml
diff -u phpdoc/en/reference/info/constants.xml:1.3 
phpdoc/en/reference/info/constants.xml:1.4
--- phpdoc/en/reference/info/constants.xml:1.3  Tue Oct  8 06:42:18 2002
+++ phpdoc/en/reference/info/constants.xml      Sun Feb 23 12:44:28 2003
@@ -1,67 +1,84 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="info.constants">
  &reftitle.constants;
- &extension.constants.core;
+ &extension.constants.core;
    <table>
     <title>Pre-defined <function>phpcredits</function> constants</title>
-    <tgroup cols="2">
+    <tgroup cols="3">
      <thead>
       <row>
        <entry>Constant</entry>
+       <entry>Value</entry>
        <entry>Description</entry>
       </row>
      </thead>
      <tbody>
       <row>
-       <entry>CREDITS_ALL</entry>
+       <entry>CREDITS_GROUP</entry>
+       <entry>1</entry>
+       <entry>A list of the core developers</entry>
+      </row>
+      <row>
+       <entry>CREDITS_GENERAL</entry>
+       <entry>2</entry>
        <entry>
-        All the credits, equivalent to using: CREDITS_DOCS +
-        CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES +
-        CREDITS_FULLPAGE. It generates a complete stand-alone HTML
-        page with the appropriate tags.
+        General credits: Language design and concept, PHP 4.0
+        authors and SAPI module.
        </entry>
       </row>
       <row>
-       <entry>CREDITS_DOCS</entry>
-       <entry>The credits for the documentation team</entry>
+       <entry>CREDITS_SAPI</entry>
+       <entry>4</entry>
+       <entry>
+        A list of the server API modules for PHP, and their authors.
+       </entry>
       </row>
       <row>
-       <entry>CREDITS_FULLPAGE</entry>
+       <entry>CREDITS_MODULES</entry>
+       <entry>8</entry>
        <entry>
-        Usually used in combination with the other flags.  Indicates
-        that the a complete stand-alone HTML page needs to be
-        printed including the information indicated by the other
-        flags.
+        A list of the extension modules for PHP, and their authors.
        </entry>
       </row>
       <row>
-       <entry>CREDITS_GENERAL</entry>
+       <entry>CREDITS_DOCS</entry>
+       <entry>16</entry>
        <entry>
-        General credits: Language design and concept, PHP 4.0
-        authors and SAPI module.
+        The credits for the documentation team.
        </entry>
       </row>
       <row>
-       <entry>CREDITS_GROUP</entry>
-       <entry>A list of the core developers</entry>
+       <entry>CREDITS_FULLPAGE</entry>
+       <entry>32</entry>
+       <entry>
+        Usually used in combination with the other flags. Indicates
+        that the a complete stand-alone HTML page needs to be
+        printed including the information indicated by the other
+        flags.
+       </entry>
       </row>
       <row>
-       <entry>CREDITS_MODULES</entry> 
+       <entry>CREDITS_QA</entry>
+       <entry>64</entry>
        <entry>
-        A list of the extension modules for PHP, and their authors
+        The credits for the quality assurance team.
        </entry>
       </row>
       <row>
-       <entry>CREDITS_SAPI</entry>
+       <entry>CREDITS_ALL</entry>
+       <entry>-1</entry>
        <entry>
-        A list of the server API modules for PHP, and their authors
+        All the credits, equivalent to using: CREDITS_DOCS +
+        CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES + CREDITS_QA
+        CREDITS_FULLPAGE. It generates a complete stand-alone HTML
+        page with the appropriate tags. This is the default value.
        </entry>
       </row>
      </tbody>
     </tgroup>
-   </table>
-   
+   </table>
+
    <table>
     <title><function>phpinfo</function> constants</title>
     <tgroup cols="3">
@@ -92,7 +109,7 @@
        <entry>INFO_CONFIGURATION</entry>
        <entry>4</entry>
        <entry>
-        Current Local and Master values for php directives.  See
+        Current Local and Master values for php directives. See
         also <function>ini_get</function>.
        </entry>
       </row>
@@ -132,7 +149,7 @@
        <entry>INFO_ALL</entry>
        <entry>-1</entry>
        <entry>
-        Shows all of the above.  This is the default value.
+        Shows all of the above. This is the default value.
        </entry>
       </row>
      </tbody>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to