From: Timm Friebe Date: Mon, 10 Nov 2008 11:57:10 +0000 (+0000) Subject: - Documented changes / fixes to sybase_ct X-Git-Tag: BEFORE_HEAD_NS_CHANGE~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f851ec4aaa82d6b69336d7ed4bb85d7726083f8;p=php - Documented changes / fixes to sybase_ct # MFB, all also in PHP_5_3 --- diff --git a/NEWS b/NEWS index 32ab2e0b7c..9e26ec0f22 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 20??, PHP 6.0 - Unicode support. (Andrei, Dmitry, et al) +- Added optional parameter "new" to sybase_connect() (Timm) + - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) - Changed opendir/dir/scandir to use default context @@ -50,4 +52,7 @@ PHP NEWS . stream_resolve_include_path(). (Sara) - Added shm_has_var() function. (Mike) +- Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm) + - Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike) +- Fixed bug #30312 (sybase_unbuffered_query calls). (Timm)