diff options
author | Côme Bernigaud <mcmic@php.net> | 2016-03-01 09:55:24 +0100 |
---|---|---|
committer | Côme Bernigaud <mcmic@php.net> | 2016-03-01 09:56:19 +0100 |
commit | afcce5ceca0a5cf002d5c13f4d6e009b4c4bc515 (patch) | |
tree | 9c1b1710cfcc63ac993b4900c18da9dad5275521 | |
parent | 0df2575e9fc7e931951c838cf448e79f96e6eecf (diff) | |
download | php-git-afcce5ceca0a5cf002d5c13f4d6e009b4c4bc515.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ PHP NEWS . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry) . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita) +- LDAP: + . Merged PR #1765 adding support for LDAP_OPT_X_TLS_REQUIRE_CERT option in + ldap_set_option and ldap_get_option. (Côme) + - libxml: . Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol) |