yannick Sun Jan 23 17:03:57 2005 EDT
Modified files:
/phpdoc/en/reference/ldap/functions ldap-add.xml
ldap-get-attributes.xml
ldap-get-entries.xml
Log:
oops, sorry :(
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-add.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-add.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-add.xml:1.6
phpdoc/en/reference/ldap/functions/ldap-add.xml:1.7
--- phpdoc/en/reference/ldap/functions/ldap-add.xml:1.6 Sun Jan 23 15:04:36 2005
+++ phpdoc/en/reference/ldap/functions/ldap-add.xml Sun Jan 23 17:03:57 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
<refentry id="function.ldap-add">
<refnamediv>
@@ -25,7 +25,7 @@
In case of multiple values for an attribute, they are indexed using
integers starting with 0.
</para>
- <example>
+ <informalexample>
<programlisting role="php">
<![CDATA[
<?php
@@ -35,7 +35,7 @@
?>
]]>
</programlisting>
- </example>
+ </informalexample>
<example>
<title>Complete example with authenticated bind</title>
<programlisting role="php">
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml:1.6
phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml:1.7
--- phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml:1.6 Sun Jan
23 15:04:36 2005
+++ phpdoc/en/reference/ldap/functions/ldap-get-attributes.xml Sun Jan 23
17:03:57 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
<refentry id="function.ldap-get-attributes">
<refnamediv>
@@ -31,7 +31,7 @@
and won't care what other data is held.
</para>
<para>
- <example>
+ <informalexample>
<programlisting>
<![CDATA[
return_value["count"] = number of attributes in the entry
@@ -43,7 +43,7 @@
return_value["attribute"][i] = (i+1)th value of the attribute
]]>
</programlisting>
- </example>
+ </informalexample>
<example>
<title>
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-get-entries.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-get-entries.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-get-entries.xml:1.4
phpdoc/en/reference/ldap/functions/ldap-get-entries.xml:1.5
--- phpdoc/en/reference/ldap/functions/ldap-get-entries.xml:1.4 Sun Jan 23
15:04:36 2005
+++ phpdoc/en/reference/ldap/functions/ldap-get-entries.xml Sun Jan 23
17:03:57 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
<refentry id="function.ldap-get-entries">
<refnamediv>
@@ -28,7 +28,7 @@
The attribute index is converted to lowercase. (Attributes are
case-insensitive for directory servers, but not when used as
array indices.)
- <example>
+ <informalexample>
<programlisting>
<![CDATA[
return_value["count"] = number of entries in the result
@@ -44,7 +44,7 @@
return_value[i]["attribute"][j] = jth value of attribute in ith entry
]]>
</programlisting>
- </example>
+ </informalexample>
</para>
<para>