thekid          Mon Nov 10 11:57:10 2008 UTC

  Modified files:              
    /php-src    NEWS 
  Log:
  - Documented changes / fixes to sybase_ct
  # MFB, all also in PHP_5_3
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2169&r2=1.2170&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2169 php-src/NEWS:1.2170
--- php-src/NEWS:1.2169 Sun Nov  2 18:30:31 2008
+++ php-src/NEWS        Mon Nov 10 11:57:10 2008
@@ -3,6 +3,8 @@
 ?? ??? 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 @@
   . 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to