From: Ilia Alshanetsky Date: Sun, 25 Jan 2004 20:43:32 +0000 (+0000) Subject: sybase_ct extension fixes and improvements by Timm Friebe. X-Git-Tag: php-4.3.5RC2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef2c748453d4eeb27f3cbe6a65662371b070bf5;p=php sybase_ct extension fixes and improvements by Timm Friebe. --- diff --git a/NEWS b/NEWS index 8f064ab6ad..42c5ad6074 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Jan 2004, Version 4.3.5 +- Improved the sybase_ct module (Timm) + . Added ability to define a message handler not only globally, but also per + connection. + . Made sybct.login_timeout changeable at runtime. + . Added ini option sybct.packet_size which lets you control the packet size. + . Fixed memory leak in sybase_set_message_handler(). - Fixed bug #26974 (rename() doesn't check the destination file against safe_mode/open_basedir). (Ilia) - Fixed bug #26973 (*printf() '+' modifier broken). (Jani) @@ -21,6 +27,8 @@ PHP 4 NEWS (Wez, Ilia) - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini). (Jani) +- Fixed bug #22403 (PHP crashes when executing a sql procedure without + parameters). (Timm) - Fixed bug #21513 (shutdown functions not executed if timed out). (Zeev) 12 Jan 2004, Version 4.3.5RC1