summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPaweł Tomulik <ptomulik@meil.pw.edu.pl>2020-06-30 16:12:12 +0200
committerCôme Chilliet <mcmic@php.net>2020-07-01 09:29:46 +0200
commit915abeb6995bad124c325c69b8c44de65da36879 (patch)
tree88ec15793e1f2a036303e690ddd7be4e14e3305f /UPGRADING
parent3190282f099d6cb1054716a52fc88e7b04f96529 (diff)
downloadphp-git-915abeb6995bad124c325c69b8c44de65da36879.tar.gz
Add ldap_count_references()
Closes GH-5784
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 913205e277..1b54be9cd0 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -711,6 +711,10 @@ PHP 8.0 UPGRADE NOTES
. Added get_resource_id($resource) function, which returns the same value as
(int) $resource. It provides the same functionality under a clearer API.
+- LDAP:
+ . Added ldap_count_references(), which returns the number of reference
+ messages in a search result.
+
- OpenSSL:
. Added openssl_cms_encrypt() encrypts the message in the file with the
certificates and outputs the result to the supplied file.