From 550a4f2fa89c3d3bc858aa81c62dbfa0f59f0e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 1 Oct 2020 10:11:43 +0200 Subject: Remove deprecated functions from php-ldap Remove ldap_control_paged_result and ldap_control_paged_result_response which have been deprecated in PHP 7.4, in favor of new $controls parameters for ldap request functions. --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 2d49f1043b..05c8eef1e9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -341,6 +341,8 @@ PHP 8.0 UPGRADE NOTES - LDAP: . The deprecated function ldap_sort has been removed. + . The deprecated function ldap_control_paged_result has been removed. + . The deprecated function ldap_control_paged_result_response has been removed. . The interface of ldap_set_rebind_proc has changed; the $callback parameter does not accept empty string anymore; null value shall be used instead. -- cgit v1.2.1