summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-04-19 17:41:39 +0000
committerWez Furlong <wez@php.net>2004-04-19 17:41:39 +0000
commitdaa90c915cafcedc8fd56812c78c14f8b823180f (patch)
tree5fd11334f546615cf0c32c7aa82621ef6a3a5800 /NEWS
parent3326b8790ebd876dc53a40b978cf7739039eb8f6 (diff)
downloadphp-git-daa90c915cafcedc8fd56812c78c14f8b823180f.tar.gz
Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56f491f31f..3db0e5f666 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP NEWS
(Dmitry)
- Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus)
- Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia)
+- Fixed bug #27865 (STDIN, STDOUT, STDERR are dup()d under CLI). (Wez)
- Fixed bug #27821 (xml_parse() segfaults when xml_set_object() is called from
class method). (Andi, Rob)
- Fixed bug #27742 (WDSL SOAP Parsing Schema bug). (Dmitry)