svn: /pear/peardoc/trunk/en/package/networking/net-ldap/ filter.xml

[email protected] (Benedikt Hallinger) Mon, 09 Dec 2013 08:57:23 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
--a9809a9b6aff49a09d3e899da00e706cc8d8aab4
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

beni                                     Mon, 09 Dec 2013 08:57:23 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=332307

Log:
* Added "any" to supported list

Changed paths:
    U   pear/peardoc/trunk/en/package/networking/net-ldap/filter.xml

Modified: pear/peardoc/trunk/en/package/networking/net-ldap/filter.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ldap/filter.xml	2013-12-09 08:52:47 UTC (rev 332306)
+++ pear/peardoc/trunk/en/package/networking/net-ldap/filter.xml	2013-12-09 08:57:23 UTC (rev 332307)
@@ -253,7 +253,7 @@
                             </row>
                         </thead>
                         <tbody>
-                            <row><entry>Matching Operators: <literal>equals</literal>, <literal>begins</literal>, <literal>ends</literal>, <literal>contains</literal></entry><entry>Matching of the basic "=" filter argument with wildcards in value</entry><entry>2.0.13</entry></row>
+                            <row><entry>Matching Operators: <literal>equals</literal>, <literal>begins</literal>, <literal>ends</literal>, <literal>contains</literal>, <literal>present|any</literal></entry><entry>Matching of the basic "=" filter argument with wildcards in value</entry><entry>2.0.13</entry></row>
                             <row><entry>Matching Operators: <literal>greater</literal>, <literal>greaterOrEqual</literal>, <literal>less</literal>, <literal>lessOrEqual</literal>, <literal>approx</literal></entry><entry>Comparisons and approximate literal matching</entry><entry>unsupported</entry></row>
                             <row><entry>Matching rules of attribute syntax</entry><entry>Using of the matching rule of the schema attribute syntax</entry><entry>unsupported</entry>
                             <row><entry>Logical Operators: <literal>AND</literal>, <literal>OR</literal>, <literal>NOT</literal></entry><entry>Combining filters for more advanced expressions.</entry><entry>2.0.13</entry></row>

--a9809a9b6aff49a09d3e899da00e706cc8d8aab4--