]> granicus.if.org Git - php/commitdiff
fix #33664
authorStanislav Malyshev <stas@php.net>
Mon, 2 Apr 2007 20:51:12 +0000 (20:51 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 2 Apr 2007 20:51:12 +0000 (20:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2462c6d31948942b0f1a53695e8c323eadd55572..9472cb6eb3579151f418ce35ddf0dec5c76c7c8f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,8 @@ PHP                                                                        NEWS
   (MOPB-24 by Stefan Esser) (Stas)
 - Fixed wrong length calculation in unserialize S type
   (MOPB-29 by Stefan Esser) (Stas)
+- Fixed bug #33664 Console window appears when using exec() 
+  (Richard Quadling, Stas)
 
 08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).