From: Stanislav Malyshev Date: Mon, 2 Apr 2007 20:51:12 +0000 (+0000) Subject: fix #33664 X-Git-Tag: php-5.2.2RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67cdb4927b5e213de5ecd7c5264cc5044ee1aace;p=php fix #33664 --- diff --git a/NEWS b/NEWS index 2462c6d319..9472cb6eb3 100644 --- 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).