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:
4
NEWS
4
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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user