summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-04-20 23:55:02 +0000
committerFrank M. Kromann <fmk@php.net>2004-04-20 23:55:02 +0000
commitbfdcc9627446f206e259585161316a879554dda3 (patch)
treea5dc71abc3670459fc76b8db21a731cf5cb4d199
parent9909a3699211036958381d91235b7ed0111779f9 (diff)
downloadphp-git-bfdcc9627446f206e259585161316a879554dda3.tar.gz
mssql related fixes
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)