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 2126031 commit f8b925bCopy full SHA for f8b925b
NEWS
@@ -26,6 +26,10 @@ PHP NEWS
26
ldap_modify_batch()). (Girgias)
27
. Fixed bug GH-16101 (Segfault in ldap_list(), ldap_read(), and ldap_search()
28
when LDAPs array is not a list). (Girgias)
29
+ . Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated
30
+ by ZMM.). (Girgias)
31
+ . Fix GH-16136 (Memory leak in php_ldap_do_modify() when entry is not a
32
+ proper dictionary). (Girgias)
33
34
- OpenSSL:
35
. Fixed stub for openssl_csr_new. (Jakub Zelenka)
0 commit comments