vrana           Wed Nov  8 11:02:16 2006 UTC

  Modified files:              
    /phpdoc/en/reference/filter reference.xml 
    /phpdoc/en/reference/filter/functions       filter-has-var.xml 
                                                filter-id.xml 
                                                filter-input-array.xml 
                                                filter-input.xml 
                                                filter-list.xml 
                                                filter-var-array.xml 
                                                filter-var.xml 
  Log:
  No more experimental
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/filter/reference.xml
diff -u phpdoc/en/reference/filter/reference.xml:1.6 
phpdoc/en/reference/filter/reference.xml:1.7
--- phpdoc/en/reference/filter/reference.xml:1.6        Thu Aug 31 16:02:23 2006
+++ phpdoc/en/reference/filter/reference.xml    Wed Nov  8 11:02:16 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- Purpose: basic.vartype -->
 <!-- Membership: pecl -->
-<!-- State: experimental -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.filter">
  <title>Filter Functions</title>
@@ -15,7 +14,6 @@
     This extension serves for validating and filtering data coming usually
     from some insecure source such as user input.
    </para>
-   &warn.experimental;
    <para>
     The following filters currently exist, be sure to read the 
     <link linkend="filter.constants">Filter Constants</link> section 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-has-var.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-has-var.xml
diff -u phpdoc/en/reference/filter/functions/filter-has-var.xml:1.1 
phpdoc/en/reference/filter/functions/filter-has-var.xml:1.2
--- phpdoc/en/reference/filter/functions/filter-has-var.xml:1.1 Fri Oct 20 
01:47:29 2006
+++ phpdoc/en/reference/filter/functions/filter-has-var.xml     Wed Nov  8 
11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.filter-has-var">
  <refnamediv>
@@ -14,8 +14,6 @@
    
<methodparam><type>string</type><parameter>variable_name</parameter></methodparam>
   </methodsynopsis>
 
-  &warn.experimental.func;
-
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-id.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-id.xml
diff -u phpdoc/en/reference/filter/functions/filter-id.xml:1.1 
phpdoc/en/reference/filter/functions/filter-id.xml:1.2
--- phpdoc/en/reference/filter/functions/filter-id.xml:1.1      Fri Oct 20 
01:47:29 2006
+++ phpdoc/en/reference/filter/functions/filter-id.xml  Wed Nov  8 11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.filter-id">
  <refnamediv>
@@ -13,8 +13,6 @@
    
<methodparam><type>string</type><parameter>filtername</parameter></methodparam>
   </methodsynopsis>
 
-  &warn.experimental.func;
-
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-input-array.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-input-array.xml
diff -u phpdoc/en/reference/filter/functions/filter-input-array.xml:1.2 
phpdoc/en/reference/filter/functions/filter-input-array.xml:1.3
--- phpdoc/en/reference/filter/functions/filter-input-array.xml:1.2     Fri Oct 
20 09:32:01 2006
+++ phpdoc/en/reference/filter/functions/filter-input-array.xml Wed Nov  8 
11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.filter-input-array">
  <refnamediv>
   <refname>filter_input_array</refname>
@@ -12,7 +12,6 @@
    <methodparam><type>int</type><parameter>type</parameter></methodparam>
    <methodparam 
choice="opt"><type>mixed</type><parameter>definition</parameter></methodparam>
   </methodsynopsis>
-  &warn.experimental.func;
   <para>
    This function is useful for retrieving many values without
    repetitively calling <function>filter_input</function>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-input.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-input.xml
diff -u phpdoc/en/reference/filter/functions/filter-input.xml:1.2 
phpdoc/en/reference/filter/functions/filter-input.xml:1.3
--- phpdoc/en/reference/filter/functions/filter-input.xml:1.2   Wed Nov  1 
09:31:01 2006
+++ phpdoc/en/reference/filter/functions/filter-input.xml       Wed Nov  8 
11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.filter-input">
  <refnamediv>
@@ -16,8 +16,6 @@
    <methodparam 
choice="opt"><type>mixed</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
 
-  &warn.experimental.func;
-
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-list.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-list.xml
diff -u phpdoc/en/reference/filter/functions/filter-list.xml:1.1 
phpdoc/en/reference/filter/functions/filter-list.xml:1.2
--- phpdoc/en/reference/filter/functions/filter-list.xml:1.1    Fri Oct 20 
01:47:29 2006
+++ phpdoc/en/reference/filter/functions/filter-list.xml        Wed Nov  8 
11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.filter-list">
  <refnamediv>
@@ -13,8 +13,6 @@
    <void/>
   </methodsynopsis>
 
-  &warn.experimental.func;
-
  </refsect1>
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-var-array.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-var-array.xml
diff -u phpdoc/en/reference/filter/functions/filter-var-array.xml:1.3 
phpdoc/en/reference/filter/functions/filter-var-array.xml:1.4
--- phpdoc/en/reference/filter/functions/filter-var-array.xml:1.3       Fri Oct 
20 15:28:24 2006
+++ phpdoc/en/reference/filter/functions/filter-var-array.xml   Wed Nov  8 
11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.filter-var-array">
  <refnamediv>
   <refname>filter_var_array</refname>
@@ -12,7 +12,6 @@
    <methodparam><type>array</type><parameter>data</parameter></methodparam>
    <methodparam 
choice="opt"><type>mixed</type><parameter>definition</parameter></methodparam>
   </methodsynopsis>
-  &warn.experimental.func;
   <para>
    This function is useful for retrieving many values without
    repetitively calling <function>filter_var</function>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-var.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/filter/functions/filter-var.xml
diff -u phpdoc/en/reference/filter/functions/filter-var.xml:1.2 
phpdoc/en/reference/filter/functions/filter-var.xml:1.3
--- phpdoc/en/reference/filter/functions/filter-var.xml:1.2     Fri Oct 20 
09:32:01 2006
+++ phpdoc/en/reference/filter/functions/filter-var.xml Wed Nov  8 11:02:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.filter-var">
  <refnamediv>
@@ -15,8 +15,6 @@
    <methodparam 
choice="opt"><type>mixed</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
 
-  &warn.experimental.func;
-
  </refsect1>
  <refsect1 role="parameters">
   &reftitle.parameters;

Reply via email to