From: Frank M. Kromann Date: Tue, 20 Apr 2004 23:55:02 +0000 (+0000) Subject: mssql related fixes X-Git-Tag: php-5.0.0RC2RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfdcc9627446f206e259585161316a879554dda3;p=php mssql related fixes --- diff --git a/NEWS b/NEWS index 32f5ee15c5..f93dbf3930 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ 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)