mssql related fixes

This commit is contained in:
Frank M. Kromann 2004-04-20 23:55:02 +00:00
parent 9909a36992
commit bfdcc96274

4
NEWS
View File

@ -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)