From: Date: Wed, 17 Jan 2007 01:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6456a4caaeaefe063c1123a29fdbf6e19f9e5427;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 73cc508f9e..1d3b02c10f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2007-01-16 Marcus Boerger + + * ext/spl/spl_directory.c + ext/spl/spl_directory.h: + - Steps towards unicode + +2007-01-16 Andrei Zmievski + + * main/php.h: + Update PHP API version. + + +2007-01-16 Marcus Boerger + + * ext/standard/filestat.c + ext/standard/php_filestat.h: + - Add php_u_stat() + + * main/php_streams.h + main/streams/streams.c: + - Add more unicode stuff + +2007-01-16 Ilia Alshanetsky + + * ext/odbc/php_odbc.c: + + MFB: Fixed output code inside odbc_result_all() + + * (PHP_4_4) + ext/odbc/php_odbc.c: + + MFH: Fixed output code inside odbc_result_all() + + * (PHP_5_2) + ext/odbc/php_odbc.c: + Fixed output code inside odbc_result_all() + +2007-01-16 Antony Dovgal + + * (PHP_5_2) + ext/gettext/gettext.c: + MFH: return false if realpath()/getcwd() fail + + * ext/gettext/gettext.c: + return false if realpath()/getcwd() fail + + * (PHP_5_2) + TSRM/tsrm_virtual_cwd.c: + MFH: free temp cwd_state struct on error + + * TSRM/tsrm_virtual_cwd.c: + free temporary cwd_state struct on error + + * ext/pspell/pspell.c: + plug leaks + initialize the last argument of RegQueryValueEx() + fix ws + +2007-01-16 Ilia Alshanetsky + + * (PHP_4_4) + win32/sendmail.c: + + Added buffer length checks + 2007-01-15 Marcus Boerger * main/php_streams.h