]> granicus.if.org Git - php/commitdiff
- #41874
authorPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 14:10:08 +0000 (14:10 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 14:10:08 +0000 (14:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f6a867743b567515f61be3eeba659672c6d507b3..1f1547c290652b8b32661470b54beb17f6f6a506 100644 (file)
--- 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).