bjori           Thu May 24 12:49:34 2007 UTC

  Modified files:              
    /phpdoc/en/reference/soap   ini.xml 
    /phpdoc/en/reference/image  ini.xml 
    /phpdoc/en/appendices       ini.xml 
  Log:
  Add missing php.ini configuration options
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/soap/ini.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/soap/ini.xml
diff -u phpdoc/en/reference/soap/ini.xml:1.6 
phpdoc/en/reference/soap/ini.xml:1.7
--- phpdoc/en/reference/soap/ini.xml:1.6        Tue Feb 22 17:36:10 2005
+++ phpdoc/en/reference/soap/ini.xml    Thu May 24 12:49:34 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <section id="soap.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -34,6 +34,12 @@
       <entry>PHP_INI_ALL</entry>
       <entry>Available since PHP 5.0.0.</entry>
      </row>
+     <row>
+      <entry>soap.wsdl_cache_limit</entry>
+      <entry>"5"</entry>
+      <entry>PHP_INI_ALL</entry>
+      <entry>Available since PHP 5.1.4.</entry>
+     </row>
     </tbody>
    </tgroup>
   </table>
@@ -78,6 +84,17 @@
     </para>
    </listitem>
   </varlistentry>
+  <varlistentry id="ini.soap.wsdl-cache-limit">
+   <term>
+    <parameter>soap.wsdl_cache_limit</parameter>
+    <type>integer</type>
+   </term>
+   <listitem>
+    <para>
+     Maximum number of in memory cached wsdl files
+    </para>
+   </listitem>
+  </varlistentry>
  </variablelist>
  </para>
 </section>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/ini.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/image/ini.xml
diff -u phpdoc/en/reference/image/ini.xml:1.8 
phpdoc/en/reference/image/ini.xml:1.9
--- phpdoc/en/reference/image/ini.xml:1.8       Fri Mar 23 16:35:29 2007
+++ phpdoc/en/reference/image/ini.xml   Thu May 24 12:49:34 2007
@@ -1,10 +1,54 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <section id="image.configuration">
  &reftitle.runtime;
+ &extension.runtime;
  <para>
-  There are no image specific configurations but you may be interested in the
-  <link linkend="ref.exif">exif extension</link> directives.
+  <table>
+   <title>Image &ConfigureOptions;</title>
+   <tgroup cols="4">
+    <thead>
+     <row>
+      <entry>&Name;</entry>
+      <entry>&Default;</entry>
+      <entry>&Changeable;</entry>
+      <entry>Changelog</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>gd.jpeg_ignore_warning</entry>
+      <entry>"0"</entry>
+      <entry>PHP_INI_ALL</entry>
+      <entry>Available since PHP 5.1.4.</entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </table>
+  &ini.php.constants;
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+  <variablelist>
+   <varlistentry id="ini.image.jpeg-ignore-warning">
+    <term>
+     <parameter>gd.jpeg_ignore_warning</parameter>
+     <type>bool</type>
+    </term>
+    <listitem>
+     <para>
+      Ignore warnings created by <function>jpeg2wbmp</function> and
+      <function>imagecreatefromjpeg</function>
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </para>
+ <para>
+  See also the <link linkend="exif.configuration">exif</link> configuration
+  directives.
  </para>
  
  <warning>
@@ -15,7 +59,6 @@
  </warning>
 </section>
 
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.53&r2=1.54&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.53 phpdoc/en/appendices/ini.xml:1.54
--- phpdoc/en/appendices/ini.xml:1.53   Tue May 22 13:23:52 2007
+++ phpdoc/en/appendices/ini.xml        Thu May 24 12:49:34 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.53 $ -->
+<!-- $Revision: 1.54 $ -->
 
 <appendix id="ini">
  <title>&php.ini; directives</title>
@@ -702,6 +702,12 @@
        <entry></entry>
       </row>
       <row>
+       <entry><link 
linkend="ini.image.jpeg-ignore-warning">gd.jpeg_ignore_warning</link></entry>
+       <entry>"0"</entry>
+       <entry>PHP_INI_ALL</entry>
+       <entry>Available since PHP 5.1.4.</entry>
+      </row>
+      <row>
        <entry><link 
linkend="ini.syntax-highlighting">highlight.bg</link></entry>
        <entry>"#FFFFFF"</entry>
        <entry>PHP_INI_ALL</entry>
@@ -1710,6 +1716,12 @@
        <entry>Available since PHP 5.1.0.</entry>
       </row>
       <row>
+       <entry><link 
linkend="ini.pdo-odbc.db2-instance-name">pdo_odbc.db2_instance_name</link></entry>
+       <entry>&null;</entry>
+       <entry>PHP_INI_SYSTEM</entry>
+       <entry></entry>
+      </row>
+      <row>
        <entry>pfpro.defaulthost</entry>
        <entry>"test-payflow.verisign.com"</entry>
        <entry>PHP_INI_ALL</entry>
@@ -2208,6 +2220,12 @@
        <entry>Available since PHP 5.0.0.</entry>
       </row>
       <row>
+       <entry><link 
linkend="ini.soap.wsdl-cache-limit">soap.wsdl_cache_limit</link></entry>
+       <entry>"5"</entry>
+       <entry>PHP_INI_ALL</entry>
+       <entry>Available since PHP 5.1.4.</entry>
+      </row>
+      <row>
        <entry><link linkend="ini.sql.safe-mode">sql.safe_mode</link></entry>
        <entry>"0"</entry>
        <entry>PHP_INI_SYSTEM</entry>

Reply via email to