We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5132197 commit 6cd78fcCopy full SHA for 6cd78fc
UPGRADING
@@ -435,6 +435,16 @@ PHP 8.5 UPGRADE NOTES
435
by using the intl.use_exceptions INI setting.
436
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_intlerror_level_ini_setting
437
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
+
448
- MySQLi:
449
. The mysqli_execute() alias function has been deprecated.
450
Use mysqli_stmt_execute() instead.
0 commit comments