From c2cc1dbc858217fb04713bb158d039f135981b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 11 Jul 2023 17:34:38 +0200 Subject: [PATCH] [ci skip] NEWS / UPGRADING for ldap_connect with 2 arguments deprecation see 69a8b63ecf4fec1b35ef4da1ac9579321c45f97f --- NEWS | 4 ++++ UPGRADING | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/NEWS b/NEWS index e5955db22be..c398c49f84c 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS exceptions). (ilutov) . Added zend_call_stack_get implementation for OpenBSD. (David Carlier) +- LDAP: + . Deprecate calling ldap_connect() with separate hostname and port. + (heiglandreas) + - OpenSSL: . Added support for additional EC parameters in openssl_pkey_new. (Eno-CN) diff --git a/UPGRADING b/UPGRADING index 111a7f84101..e13a467ba49 100644 --- a/UPGRADING +++ b/UPGRADING @@ -116,6 +116,10 @@ PHP 8.3 UPGRADE NOTES . The U_MULTIPLE_DECIMAL_SEP*E*RATORS constant had been deprecated, using the U_MULTIPLE_DECIMAL_SEP*A*RATORS instead is recommended. +- LDAP + . Calling ldap_connect() with separate hostname and port is deprecated. + RFC: https://wiki.php.net/rfc/deprecations_php_8_3#deprecate_calling_ldap_connect_with_2_parameters + - Random . The MT_RAND_PHP Mt19937 variant is deprecated. RFC: https://wiki.php.net/rfc/deprecations_php_8_3#mt_rand_php