Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 6 additions & 9 deletions reference/ldap/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,8 @@
(<type>int</type>)
</term>
<listitem>
<simpara>
SSL Authentication Mode - No authentication required. (Only for Oracle LDAP)
</simpara>
<simpara>SSL Authentication Mode - No authentication required. (Only for Oracle LDAP)</simpara>
<warning><simpara>Deprecated as of PHP 8.5.0.</simpara></warning>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.gslc-ssl-oneway-auth">
Expand All @@ -430,9 +429,8 @@
(<type>int</type>)
</term>
<listitem>
<simpara>
SSL Authentication Mode - Only server authentication required. (Only for Oracle LDAP)
</simpara>
<simpara>SSL Authentication Mode - Only server authentication required. (Only for Oracle LDAP)</simpara>
<warning><simpara>Deprecated as of PHP 8.5.0.</simpara></warning>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.gslc-ssl-twoway-auth">
Expand All @@ -441,9 +439,8 @@
(<type>int</type>)
</term>
<listitem>
<simpara>
SSL Authentication Mode - Both server and client authentication required. (Only for Oracle LDAP)
</simpara>
<simpara>SSL Authentication Mode - Both server and client authentication required. (Only for Oracle LDAP)</simpara>
<warning><simpara>Deprecated as of PHP 8.5.0.</simpara></warning>
</listitem>
</varlistentry>

Expand Down
24 changes: 24 additions & 0 deletions reference/ldap/functions/ldap-connect-wallet.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.ldap-connect-wallet" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ldap_connect_wallet</refname>
Expand Down Expand Up @@ -72,6 +73,29 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
This function has been deprecated. Oracle LDAP (Oracle Instant Client)
support is deprecated in PHP 8.5.0.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
8 changes: 8 additions & 0 deletions reference/ldap/functions/ldap-connect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Calling <function>ldap_connect</function> with Oracle wallet arguments
is deprecated. Oracle LDAP (Oracle Instant Client) support is deprecated
as of PHP 8.5.0.
</entry>
</row>
<row>
<entry>8.4.0</entry>
<entry>
Expand Down
2 changes: 2 additions & 0 deletions reference/ldap/functions/ldap-get-option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
<entry>8.5.0</entry>
<entry>
<parameter>ldap</parameter> is now nullable.
A <exceptionname>ValueError</exceptionname> is now thrown when passing an
invalid <parameter>option</parameter>.
</entry>
</row>
&ldap.changelog.ldap-object;
Expand Down
7 changes: 7 additions & 0 deletions reference/ldap/functions/ldap-set-option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
A <exceptionname>ValueError</exceptionname> is now thrown when passing an
invalid <parameter>option</parameter>.
</entry>
</row>
&ldap.changelog.ldap-object;
</tbody>
</tgroup>
Expand Down