From df41faa973f1dbdcd5aa5f11bd7a79dd2f339026 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Wed, 9 Mar 2016 13:20:49 +0000 Subject: [PATCH] ldap_sort is deprecated as of PHP 7 -- Provided by Andreas Heigl git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338697 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-sort.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/ldap/functions/ldap-sort.xml b/reference/ldap/functions/ldap-sort.xml index ed7fec92b4..29f001750c 100644 --- a/reference/ldap/functions/ldap-sort.xml +++ b/reference/ldap/functions/ldap-sort.xml @@ -3,7 +3,7 @@ ldap_sort - Sort LDAP result entries + Sort LDAP result entries on the client side @@ -18,6 +18,12 @@ Sort the result of a LDAP search, returned by ldap_search. + + As this function sorts the returned values on the client side it is possible that + you might not get the expected results in case you reach the sizelimit either of the server or + defined within ldap_search. + + &warn.deprecated.feature-7-0-0;