derick Wed Apr 21 03:23:40 2004 EDT Modified files: /php-src NEWS Log: - Reorder news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1687&r2=1.1688&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1687 php-src/NEWS:1.1688 --- php-src/NEWS:1.1687 Tue Apr 20 19:55:02 2004 +++ php-src/NEWS Wed Apr 21 03:23:40 2004 @@ -1,10 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ????? 2004, PHP 5 Release Candidate 2 -- Fixed handling of return values from storred procedures in mssql_execute() - with multiple result sets returned. (Frank) -- Fixed bug #28007 (compile mssql extension with old versions of FreeTDS - fails). (Frank) - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance. (Dmitry, Andi) - Added pty support to proc_open(). (Wez) @@ -19,6 +15,10 @@ value in the $_FILES global should be used for error handling. (Derick) - Changed __construct() to always take precedence over old style constructor. (Dmitry) +- Fixed handling of return values from storred procedures in mssql_execute() + with multiple result sets returned. (Frank) +- Fixed bug #28007 (compile mssql extension with old versions of FreeTDS + fails). (Frank) - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php