diff options
author | Pierre Joye <pajoye@php.net> | 2009-06-09 14:10:08 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-06-09 14:10:08 +0000 |
commit | 2276bc5188bee43ede055b16dd371c86b2c3abc5 (patch) | |
tree | 17f5d7439d649850b89c088c19d6f93e3ddcba32 | |
parent | 368569c05be209da433f9e7139929487249f19de (diff) | |
download | php-git-2276bc5188bee43ede055b16dd371c86b2c3abc5.tar.gz |
- #41874
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |