summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorCôme Chilliet <mcmic@php.net>2020-10-01 10:11:43 +0200
committerCôme Chilliet <mcmic@php.net>2020-10-01 10:15:27 +0200
commit550a4f2fa89c3d3bc858aa81c62dbfa0f59f0e7c (patch)
tree7705cc51a76c32a16da0f33e87ff5ac8598bb64e /UPGRADING
parent9fbffe447083b667cca608faa13f19c3a7598750 (diff)
downloadphp-git-550a4f2fa89c3d3bc858aa81c62dbfa0f59f0e7c.tar.gz
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.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
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.