]> granicus.if.org Git - php/commitdiff
Spell it out.
authorWez Furlong <wez@php.net>
Sun, 25 Apr 2004 00:41:34 +0000 (00:41 +0000)
committerWez Furlong <wez@php.net>
Sun, 25 Apr 2004 00:41:34 +0000 (00:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9076c99492480097905482f186f66daf211fafac..10ac4c4c35a0562b41f540d44362e07e72bb5319 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ????? 2004, PHP 5 Release Candidate 2
 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
+- Under CLI, fclose() on php://stdin, php://stdout and php://stderr will now
+  close the real stream.  Please update your CLI scripts to use STDIN, STDOUT
+  and STDERR constants instead of fopen()/fclose(). (Wez)
 - Moved yaz extension to PECL. (Wez)
 - Added pty support to proc_open(). (Wez)
 - Added possibility to check in which extension an internal class was defined