From: Frank M. Kromann Date: Tue, 20 Apr 2004 23:54:20 +0000 (+0000) Subject: mssql related fixes X-Git-Tag: php-4.3.7RC1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fc504ce16535f180332476aeb3694eea360a9e7;p=php mssql related fixes --- diff --git a/NEWS b/NEWS index 2582f0f429..f62dc9b922 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, Version 4.3.7 +- 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 #28055 (timeout duration too long in feof()/pfsockopen() liveness checks). (Wez) - Fixed bug #28042 (greek letters in html to entitity mapping not correct).