Skip to content

Commit 6cd78fc

Browse files
committed
UPGRADING entries
1 parent 5132197 commit 6cd78fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADING

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,16 @@ PHP 8.5 UPGRADE NOTES
435435
by using the intl.use_exceptions INI setting.
436436
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_intlerror_level_ini_setting
437437

438+
- LDAP:
439+
- Specific Oracle Instant Client calls and constant has been de deprecated.
440+
List of affected calls:
441+
ldap_connect with wallet support
442+
ldap_connect_wallet
443+
List of affected constants:
444+
GSLC_SSL_NO_UATH
445+
GSLC_SSL_ONEWAY_UATH
446+
GSLC_SSL_TWOWAY_UATH
447+
438448
- MySQLi:
439449
. The mysqli_execute() alias function has been deprecated.
440450
Use mysqli_stmt_execute() instead.

0 commit comments

Comments
 (0)