summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-04-25 00:41:34 +0000
committerWez Furlong <wez@php.net>2004-04-25 00:41:34 +0000
commitdf14ec2fe2c6406a602125c0021bd980b3bf178a (patch)
tree51dd9c225beacc312cc4a73c03ec06f65d3076f2
parenta4e94e33b3c6ce3ea0c637b75c2c3e8af9be35bf (diff)
downloadphp-git-df14ec2fe2c6406a602125c0021bd980b3bf178a.tar.gz
Spell it out.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9076c99492..10ac4c4c35 100644
--- 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