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

NEWS entries for LDAP bug fixes

This commit is contained in:
Gina Peter Banyard
2024-09-30 22:23:27 +01:00
parent 21260318c6
commit f8b925b617

4
NEWS
View File

@@ -26,6 +26,10 @@ PHP NEWS
ldap_modify_batch()). (Girgias)
. Fixed bug GH-16101 (Segfault in ldap_list(), ldap_read(), and ldap_search()
when LDAPs array is not a list). (Girgias)
. Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated
by ZMM.). (Girgias)
. Fix GH-16136 (Memory leak in php_ldap_do_modify() when entry is not a
proper dictionary). (Girgias)
- OpenSSL:
. Fixed stub for openssl_csr_new. (Jakub Zelenka)