From: Date: Thu, 23 Nov 2006 01:31:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97d5a10e40564b6b6211d1cc77d0e1e3317ffa95;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ecae43c17f..ab1c29e262 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2006-11-22 Andrei Zmievski + + * ext/standard/html.c: + Unicode support in get_html_translation_table(). + + * ext/standard/ftok.c: + Unicode support in ftok(). + + * unicode-progress.txt + ext/standard/ftok.c: + -** empty log message *** + + * unicode-progress.txt + ext/standard/basic_functions.c: + - Unicode support for tick functions. + - Update unicode-progress.txt + +2006-11-22 Ilia Alshanetsky + + * ext/dbase/dbase.c: + MFB: Fixed a possible crash in dbase_open() on empty filename. + + * (PHP_5_2) + ext/dbase/dbase.c: + Fixed a possible crash in dbase_open() on empty filename. + +2006-11-22 Pierre-Alain Joye + + * (PHP_5_2) + NEWS + ext/standard/file.c + ext/standard/tests/file/bug39538.phpt: + - MFH: #39538, fgetcsv can't handle starting newlines and trailing odd + number of backslashes (David Soria Parra, Pierre) + + * ext/standard/file.c + ext/standard/tests/file/bug39538.phpt + ext/standard/tests/file/bug39538.phpt: + - #39538, fgetcsv can't handle starting newlines and trailing odd + number of backslashes (David Soria Parra, Pierre) + +2006-11-22 Antony Dovgal + + * (PHP_5_2) + main/fopen_wrappers.c + main/safe_mode.c: + fix #39575 (move_uploaded_file() no longer working (safe mode related)) + + * ext/standard/array.c + ext/standard/tests/array/bug39576.phpt: + fix #39576 (array_walk() doesn't separate userdata zval) + +2006-11-22 Michael Wallner + + * run-tests.php + run-tests.php: + - fix ENV section handling + +2006-11-22 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug39576.phpt + ext/standard/tests/array/bug39576.phpt: + MFH: fix #39576 (array_walk() doesn't separate userdata zval) + +2006-11-22 Andrey Hristov + + * ext/mysql/php_mysql.c: + space to tab + 2006-11-21 Andrei Zmievski * ext/standard/array.c