diff options
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |