From: Pierre Joye Date: Mon, 15 Jun 2009 22:11:47 +0000 (+0000) Subject: - #48441 and encoding X-Git-Tag: php-5.2.10~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b25d0229039cf4dc0af393e657d7cc3c753a79;p=php - #48441 and encoding --- diff --git a/NEWS b/NEWS index ae431fd102..37f9369feb 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Jun 2009, PHP 5.2.10 - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to - integers). (David Zülke) + integers). (David Zuelke) - Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs). (Felipe) +- Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options + persist). (Patrick) - Fixed missing erealloc() in fix for Bug #40091 in spl_autoload_register. (Greg)