didou           Fri Feb 27 07:26:42 2004 EDT

  Modified files:              
    /phpdoc/en/reference/soap   ini.xml reference.xml 
  Log:
  Dmitry's work
  
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/ini.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/ini.xml
diff -u phpdoc/en/reference/soap/ini.xml:1.1 phpdoc/en/reference/soap/ini.xml:1.2
--- phpdoc/en/reference/soap/ini.xml:1.1        Tue Feb 24 09:31:48 2004
+++ phpdoc/en/reference/soap/ini.xml    Fri Feb 27 07:26:41 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="soap.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -66,7 +66,7 @@
   <varlistentry id="ini.soap.wsdl_cache_ttl">
    <term>
     <parameter>soap.wsdl_cache_ttl</parameter>
-    <type>string</type>
+    <type>int</type>
    </term>
    <listitem>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/reference.xml
diff -u phpdoc/en/reference/soap/reference.xml:1.1 
phpdoc/en/reference/soap/reference.xml:1.2
--- phpdoc/en/reference/soap/reference.xml:1.1  Tue Feb 24 09:31:48 2004
+++ phpdoc/en/reference/soap/reference.xml      Fri Feb 27 07:26:41 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <reference id="ref.soap">
   <title>SOAP Functions</title>
@@ -11,9 +11,9 @@
    &warn.experimental;
     <para>
      The SOAP extension can be used to write SOAP Servers and Clients. It supports
-     subsets of <ulink url="spec.soap1.1">SOAP 1.1</ulink>, <ulink
-     url="spec.soap1.2">SOAP 1.2</ulink> and <ulink
-     url="spec.wsdl">WSDL 1.1</ulink> specifications.
+     subsets of <ulink url="&spec.soap1.1;">SOAP 1.1</ulink>, <ulink
+     url="&spec.soap1.2;">SOAP 1.2</ulink> and <ulink
+     url="&spec.wsdl;">WSDL 1.1</ulink> specifications.
     </para>
    </section>
    
@@ -26,8 +26,6 @@
     </para>
    </section>
 
-   &reference.soap.ini;
-
    <section id="soap.installation">
    &reftitle.install;
     <para>
@@ -35,6 +33,10 @@
      <option role="configure">--enable-soap</option>.
     </para>
    </section>
+
+   &reference.soap.ini;
+   &reference.soap.constants;
+
   </partintro>
  &reference.soap.functions;
  </reference>

Reply via email to