From: Jani Taskinen Date: Wed, 25 Nov 2009 07:21:38 +0000 (+0000) Subject: - Do not forget NEWS for 5.2.. X-Git-Tag: php-5.3.2RC1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=711e06d47eb091f439073f59cf9e2211d18a6f1e;p=php - Do not forget NEWS for 5.2.. --- diff --git a/NEWS b/NEWS index c50d90e7a3..8c7f797fcb 100644 --- a/NEWS +++ b/NEWS @@ -20,12 +20,12 @@ PHP NEWS - Implemented FR #49253 (added support for libcurl's CERTINFO option). (Linus Nielsen Feltzing ) +- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus) - Fixed error_log() to be binary safe when using message_type 3. (Jani) - Fixed unnecessary invocation of setitimer when timeouts have been disabled. (Arvind Srinivasan) - Fixed memory leak in extension loading when an error occurs on Windows. (Pierre) -- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus) - Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays). (Felipe)