]> granicus.if.org Git - php/commitdiff
This change was backed out of 5.2 and is now in 5.3+
authorScott MacVicar <scottmac@php.net>
Tue, 8 Jul 2008 10:31:34 +0000 (10:31 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 8 Jul 2008 10:31:34 +0000 (10:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9a50ed7d343c494fa813d3902d64007dc0e40d56..92a074d7072a6080dd998da154973f24b20b95aa 100644 (file)
--- 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).