From: Pierre Joye Date: Tue, 9 Jun 2009 14:10:08 +0000 (+0000) Subject: - #41874 X-Git-Tag: php-5.3.0RC3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2276bc5188bee43ede055b16dd371c86b2c3abc5;p=php - #41874 --- diff --git a/NEWS b/NEWS index f6a867743b..1f1547c290 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ PHP NEWS --enable-zend-multibyte is used). (Jani) - Fixed bug #48188 (Cannot execute a scrollable cursors twice with PDO_PGSQL). (Matteo) +- Fixed bug #41874 (separate STDOUT and STDERR in exec functions). + (Kanwaljeet Singla, Venkat Raman Don, Pierre) - Fixed bug #38802 (max_redirects and ignore_errors). (patch by datibbaw@php.net) - Fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists).