Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions reference/ldap/functions/ldap-connect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
</methodsynopsis>
<warning>
<simpara>
The <emphasis>following</emphasis> signature is still supported for backwards
compatibility (except for using named parameters), but is considered deprecated and should not be used anymore!
As of PHP 8.3.0, the <emphasis>following</emphasis> signature is deprecated.
</simpara>
</warning>
<methodsynopsis>
Expand Down Expand Up @@ -104,6 +103,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Calling <function>ldap_connect</function> with separate
<parameter>hostname</parameter> and <parameter>port</parameter>
is now deprecated.
</entry>
</row>
<row>
<entry>8.1.0</entry>
<entry>
Expand Down