wez Sat Apr 24 20:41:34 2004 EDT Modified files: /php-src NEWS Log: Spell it out. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1696&r2=1.1697&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1696 php-src/NEWS:1.1697 --- php-src/NEWS:1.1696 Fri Apr 23 17:51:39 2004 +++ php-src/NEWS Sat Apr 24 20:41:34 2004 @@ -3,6 +3,9 @@ ?? ????? 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php