summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-06-09 14:10:08 +0000
committerPierre Joye <pajoye@php.net>2009-06-09 14:10:08 +0000
commit2276bc5188bee43ede055b16dd371c86b2c3abc5 (patch)
tree17f5d7439d649850b89c088c19d6f93e3ddcba32
parent368569c05be209da433f9e7139929487249f19de (diff)
downloadphp-git-2276bc5188bee43ede055b16dd371c86b2c3abc5.tar.gz
- #41874
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).