From: Pierre Joye Date: Mon, 8 Jun 2009 08:39:25 +0000 (+0000) Subject: - #48469 X-Git-Tag: php-5.2.10RC2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18ecb768d0c3fca95ab4aee68861d33fb2679c55;p=php - #48469 --- diff --git a/NEWS b/NEWS index be9582ba36..9b8c291828 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ ?? Jun 2009, PHP 5.2.10 - Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) +- Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results) + (Patrick) - Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4). (Jani, spisek at kerio dot com) - Fixed bug #48448 (Compile failure under IRIX 6.5.30 building cast.c).