1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] NEWS / UPGRADING for ldap_connect with 2 arguments deprecation

see 69a8b63ecf
This commit is contained in:
Tim Düsterhus
2023-07-11 17:34:38 +02:00
parent c24cf8d49a
commit c2cc1dbc85
2 changed files with 8 additions and 0 deletions

4
NEWS
View File

@@ -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)

View File

@@ -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