]> granicus.if.org Git - php/commitdiff
mssql related fixes
authorFrank M. Kromann <fmk@php.net>
Tue, 20 Apr 2004 23:55:02 +0000 (23:55 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 20 Apr 2004 23:55:02 +0000 (23:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 32f5ee15c5a792a4c04b931b55a14e5c2f855d95..f93dbf3930f43a775cf1b4b042f85ada07be20d1 100644 (file)
--- 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)