didou           Mon Jan 22 02:35:20 2007 UTC

  Modified files:              
    /phpdoc/en/reference/soap/functions soap-soapclient-construct.xml 
  Log:
  Fix #37909: Mention WSDL cache disabling
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.7 
phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.8
--- phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.7        
Thu Aug 24 07:38:41 2006
+++ phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml    Mon Jan 
22 02:35:20 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.soap-soapclient-construct">
  <refnamediv>
   <refname>SoapClient->__construct()</refname>
@@ -33,6 +33,14 @@
        URI of the <literal>WSDL</literal> file or &null; if working in 
        <literal>non-WSDL</literal> mode.
       </para>
+      <note>
+       <para>
+        During development stage, you may want to disable WSDL caching by the
+        mean of the <literal>soap.wsdl_cache_ttl</literal> &php.ini; setting,
+        otherwise changes made to the WSDL file will have no effect until
+        <literal>soap.wsdl_cache_ttl</literal> is expired. 
+       </para>
+      </note>
      </listitem>
     </varlistentry>
     <varlistentry>

Reply via email to