File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ PHP NEWS
9999 . Added IntlListFormatter class to format a list of items with a locale
100100 , operands types and units. (BogdanUngureanu)
101101
102+ - LDAP:
103+ . Allow ldap_get_option to retrieve global option by allowing NULL for
104+ connection instance ($ldap). (Remi)
105+
102106- MySQLi:
103107 . Fixed bugs GH-17900 and GH-8084 (calling mysqli::__construct twice).
104108 (nielsdos)
Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ PHP 8.5 UPGRADE NOTES
239239 have dropped the false from the return type union. Returning false
240240 was actually never possible.
241241
242+ - LDAP:
243+ . ldap_get_option() now accept a NULL connection, as ldap_set_option(),
244+ to allow retrieval of global options.
245+
242246- libxml:
243247 . libxml_set_external_entity_loader() now has a formal return type of true.
244248
You can’t perform that action at this time.
0 commit comments