From: Felipe Pena Date: Fri, 11 Jul 2008 11:18:58 +0000 (+0000) Subject: - BFN: #45460 X-Git-Tag: php-5.2.7RC1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f1de8924a015a850af5ceecefff9089b5d7a71;p=php - BFN: #45460 --- diff --git a/NEWS b/NEWS index 92a074d707..b2c123cf18 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS - Fixed a crash inside PDO when trying instantiate PDORow manually (Felipe) - Fixed build failure of ext/mysqli with libmysql 6.0 - missing rpl functions. (Andrey) +- Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't + accept lengths of 1024). (Felipe, andrew at lifescale dot com) - Fixed bug #45352 (Segmentation fault because of tick function on second request). (Dmitry) - Fixed bug #45312 (Segmentation fault on second request for array functions).