Skip to content

Commit c2cc1db

Browse files
committed
[ci skip] NEWS / UPGRADING for ldap_connect with 2 arguments deprecation
see 69a8b63
1 parent c24cf8d commit c2cc1db

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ PHP NEWS
1313
exceptions). (ilutov)
1414
. Added zend_call_stack_get implementation for OpenBSD. (David Carlier)
1515

16+
- LDAP:
17+
. Deprecate calling ldap_connect() with separate hostname and port.
18+
(heiglandreas)
19+
1620
- OpenSSL:
1721
. Added support for additional EC parameters in openssl_pkey_new. (Eno-CN)
1822

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ PHP 8.3 UPGRADE NOTES
116116
. The U_MULTIPLE_DECIMAL_SEP*E*RATORS constant had been deprecated, using
117117
the U_MULTIPLE_DECIMAL_SEP*A*RATORS instead is recommended.
118118

119+
- LDAP
120+
. Calling ldap_connect() with separate hostname and port is deprecated.
121+
RFC: https://wiki.php.net/rfc/deprecations_php_8_3#deprecate_calling_ldap_connect_with_2_parameters
122+
119123
- Random
120124
. The MT_RAND_PHP Mt19937 variant is deprecated.
121125
RFC: https://wiki.php.net/rfc/deprecations_php_8_3#mt_rand_php

0 commit comments

Comments
 (0)