File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ PHP NEWS
13
13
exceptions). (ilutov)
14
14
. Added zend_call_stack_get implementation for OpenBSD. (David Carlier)
15
15
16
+ - LDAP:
17
+ . Deprecate calling ldap_connect() with separate hostname and port.
18
+ (heiglandreas)
19
+
16
20
- OpenSSL:
17
21
. Added support for additional EC parameters in openssl_pkey_new. (Eno-CN)
18
22
Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ PHP 8.3 UPGRADE NOTES
116
116
. The U_MULTIPLE_DECIMAL_SEP*E*RATORS constant had been deprecated, using
117
117
the U_MULTIPLE_DECIMAL_SEP*A*RATORS instead is recommended.
118
118
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
+
119
123
- Random
120
124
. The MT_RAND_PHP Mt19937 variant is deprecated.
121
125
RFC: https://wiki.php.net/rfc/deprecations_php_8_3#mt_rand_php
You can’t perform that action at this time.
0 commit comments