mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
ber_idenitfier was removed in 5.2.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c9ca01ce1
commit
46e447d876
2 changed files with 66 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xml:id="function.ldap-first-attribute" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ldap_first_attribute</refname>
|
||||
|
@ -12,7 +12,6 @@
|
|||
<type>string</type><methodname>ldap_first_attribute</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter role="reference">ber_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the first attribute in the given entry. Remaining attributes are
|
||||
|
@ -53,6 +52,13 @@
|
|||
<function>ldap_next_attribute</function> , which modifies that
|
||||
pointer.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This parameter is no longer used as this is now handled automatically
|
||||
by PHP. For backwards compatibility PHP will not throw an error if
|
||||
this parameter is passed.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -67,6 +73,31 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.4</entry>
|
||||
<entry>
|
||||
The <parameter>ber_identifier</parameter> was removed. This
|
||||
is now handled automatically by PHP.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xml:id="function.ldap-next-attribute" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ldap_next_attribute</refname>
|
||||
|
@ -12,7 +12,6 @@
|
|||
<type>string</type><methodname>ldap_next_attribute</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter role="reference">ber_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Retrieves the attributes in an entry. The first call to
|
||||
|
@ -47,6 +46,13 @@
|
|||
<para>
|
||||
The internal state of the pointer is maintained by this parameter.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This parameter is no longer used as this is now handled automatically
|
||||
by PHP. For backwards compatibility PHP will not throw an error if
|
||||
this parameter is passed.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -61,6 +67,31 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.4</entry>
|
||||
<entry>
|
||||
The <parameter>ber_identifier</parameter> was removed. This
|
||||
is now handled automatically by PHP.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue