From: Scott MacVicar Date: Tue, 8 Jul 2008 10:31:34 +0000 (+0000) Subject: This change was backed out of 5.2 and is now in 5.3+ X-Git-Tag: php-5.2.7RC1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6732d3f1708413665c1a05a1956e13fd5e30d393;p=php This change was backed out of 5.2 and is now in 5.3+ --- diff --git a/NEWS b/NEWS index 9a50ed7d34..92a074d707 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,6 @@ 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 a bug where exec() on Windows would eat the first and last double quotes - (Scott) - Fixed bug #45352 (Segmentation fault because of tick function on second request). (Dmitry) - Fixed bug #45312 (Segmentation fault on second request for array functions).