didou           Sat Feb  5 23:05:05 2005 EDT

  Modified files:              
    /peardoc/en/pecl    soap.xml 
  Log:
  not experimental no more
  
http://cvs.php.net/diff.php/peardoc/en/pecl/soap.xml?r1=1.2&r2=1.3&ty=u
Index: peardoc/en/pecl/soap.xml
diff -u peardoc/en/pecl/soap.xml:1.2 peardoc/en/pecl/soap.xml:1.3
--- peardoc/en/pecl/soap.xml:1.2        Sun May 11 04:30:28 2003
+++ peardoc/en/pecl/soap.xml    Sat Feb  5 23:05:02 2005
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="pecl.soap">
   <title>Soap</title>
   <titleabbrev>soap</titleabbrev>
   <partintro>
    
-   &warn.experimental;
-
   <sect1 id="pecl.soap.partintro">
    <title>Introduction</title>
    <sect2 id="pecl.soap.intro">
@@ -101,8 +99,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      This is the constructor of the SoapObject the 'Soap Client'.
     </para>
@@ -175,8 +171,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      Return TRUE if an error occured during the last SOAP method call.
     </para>
@@ -215,8 +209,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      Returns the last Soapfault object
     </para>
@@ -257,8 +249,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      This is the constructor of the SoapServer Object.
     </para>
@@ -335,8 +325,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      The handle method allows execution of the SOAP request and must be 
      invoked by each SoapServer.
@@ -359,8 +347,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      This function will first check if the class exists. 
      If it finds the existing class, it will bind all existing methods 
@@ -401,8 +387,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      This function should only be used if the SoapServer is bound to a 
      class.
@@ -441,8 +425,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      Based on the parameters passed, addfunction will add a single 
      function, an array of functions. 
@@ -472,8 +454,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      A wsdl is an xml description of the methods available in the server.
     </para>   
@@ -495,8 +475,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      You can change the return type of <parameter>variable</parameter> 
      - so that it works better with non-PHP applications for example.
@@ -743,8 +721,6 @@
      </funcprototype>
     </funcsynopsis>
    
-    &warn.experimental.func;
-    
     <para>
      This class no methods or constructor associated with it, but it does 
      have 4 available members to determine what caused the fault

Reply via email to