From d885461e2001e349fcbafecd16772fb2c98c5cb9 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sat, 4 Nov 2023 18:51:06 +0900 Subject: [PATCH] [PHP 8.3] Calling ldap_connect() with separate $hostname and $port is deprecated --- reference/ldap/functions/ldap-connect.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml index 00e1decc3292..a387dea5b3ec 100644 --- a/reference/ldap/functions/ldap-connect.xml +++ b/reference/ldap/functions/ldap-connect.xml @@ -14,8 +14,7 @@ - The following signature is still supported for backwards - compatibility (except for using named parameters), but is considered deprecated and should not be used anymore! + As of PHP 8.3.0, the following signature is deprecated. @@ -104,6 +103,14 @@ + + 8.3.0 + + Calling ldap_connect with separate + hostname and port + is now deprecated. + + 8.1.0