nlopess         Tue Apr 19 14:04:23 2005 EDT

  Modified files:              
    /phpdoc/en/reference/apd    ini.xml 
  Log:
  fix apd.statement_tracing name and add standard table
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apd/ini.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/apd/ini.xml
diff -u phpdoc/en/reference/apd/ini.xml:1.2 phpdoc/en/reference/apd/ini.xml:1.3
--- phpdoc/en/reference/apd/ini.xml:1.2 Wed Sep 29 11:09:26 2004
+++ phpdoc/en/reference/apd/ini.xml     Tue Apr 19 14:04:17 2005
@@ -1,7 +1,38 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="apd.configuration">
  &reftitle.runtime;
+ &extension.runtime;
+ <para>
+  <table>
+   <title>APD Configuration Options</title>
+   <tgroup cols="4">
+    <thead>
+     <row>
+      <entry>Name</entry>
+      <entry>Default</entry>
+      <entry>Changeable</entry>
+      <entry>Changelog</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>apd.dumpdir</entry>
+      <entry>NULL</entry>
+      <entry>PHP_INI_ALL</entry>
+      <entry></entry>
+     </row>
+     <row>
+      <entry>ini.apd.statement-tracing</entry>
+      <entry>"0"</entry>
+      <entry>PHP_INI_ALL</entry>
+      <entry></entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </table>
+  &ini.php.constants;
+ </para>
 
  &ini.descriptions.title;
  
@@ -23,9 +54,9 @@
      </para>
     </listitem>
    </varlistentry>
-   <varlistentry id="ini.apd.statement-trace">
+   <varlistentry id="ini.apd.statement-tracing">
     <term>
-     <parameter>apd.statement_trace</parameter>
+     <parameter>apd.statement_tracing</parameter>
      <type>boolean</type>
     </term>
     <listitem>

Reply via email to