From: Felipe Pena Date: Tue, 8 Jun 2010 19:47:04 +0000 (+0000) Subject: - Fix order X-Git-Tag: php-5.3.3RC1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=178ee9325d0dfe5871461b407f55d6921d551d28;p=php - Fix order --- diff --git a/NEWS b/NEWS index d1247bbe76..2e44f10640 100644 --- a/NEWS +++ b/NEWS @@ -114,12 +114,12 @@ PHP NEWS - Fixed bug #51604 (newline in end of header is shown in start of message). (Daniel Egeberg) - Fixed bug #51590 (JSON_ERROR_UTF8 is undefined). (Felipe) -- Fixed bug #51562 (query timeout in mssql can not be changed per query). - (ejsmont dot artur at gmail dot com) -- Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name) - (Oracle Corp.) - Fixed bug #51582 (Don't assume UINT64_C it's ever available). (reidrac at usebox dot net, Pierre) +- Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name) + (Oracle Corp.) +- Fixed bug #51562 (query timeout in mssql can not be changed per query). + (ejsmont dot artur at gmail dot com) - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection). (Felipe) - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile errors). (Felipe)