From f73e41c62f22d9998d3f50a85b93ee1178938f22 Mon Sep 17 00:00:00 2001 From: Date: Thu, 4 Oct 2007 01:31:22 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 170 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 74 +++++++++++++++++++++ 2 files changed, 244 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04ec44eaad..b04d11303b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,173 @@ +2007-10-03 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pgsql/pgsql.c + ext/pgsql/pgsql.c + ext/pgsql/tests/80_bug42783.phpt: + + MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for + insertion) + + * ext/pgsql/tests/80_bug42783.phpt + ext/pgsql/tests/80_bug42783.phpt: + + + MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for + insertion) + + * (PHP_5_3) + ext/pgsql/pgsql.c + ext/pgsql/tests/80_bug42783.phpt + ext/pgsql/tests/80_bug42783.phpt: + + Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) + +2007-10-03 Michael Wallner + + * ext/curl/interface.c: + - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2) + +2007-10-03 Antony Dovgal + + * README.UNICODE + ZendEngine2/zend_language_scanner.l: + remove \u, \U and \C support in single quotes, as they are meant to contain + binary data only and no escape sequences except \' + fixes bug #42746 + +2007-10-03 Jani Taskinen + + * (PHP_5_3) + ZendEngine2/zend_ini_parser.y: + MFH:- Removed the %destructor declaration (requires bison 1.875 or above) + + * ZendEngine2/zend_ini_parser.y: + - Removed the %destructor declaration (requires bison 1.875 or above) + +2007-10-03 David Soria Parra + + * (PHP_5_3) + NEWS + ext/spl/spl_directory.c + ext/spl/spl_directory.h + ext/standard/file.c + ext/standard/file.h + ext/standard/tests/file/bug40501.csv + ext/standard/tests/file/bug40501.phpt + ext/standard/tests/file/fgetcsv_error.phpt: + MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. + [DOC] 5th parameter available since PHP 5.3+ + +2007-10-03 Dmitry Stogov + + * ZendEngine2/tests/bug42820.phpt + ZendEngine2/tests/bug42820.phpt: + + file bug42820.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ZendEngine2/zend_constants.c + ZendEngine2/zend_constants.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug42820.phpt: + Fixed bug #42820 (defined() on constant with namespace prefixes tries to + load class). + +2007-10-03 David Soria Parra + + * ext/standard/tests/file/bug40501.csv + ext/standard/tests/file/bug40501.csv + ext/standard/tests/file/bug40501.phpt + ext/standard/tests/file/bug40501.phpt + ext/standard/tests/file/fgetcsv_error.phpt: + + - Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. + + * ext/spl/spl_directory.c + ext/spl/spl_directory.h + ext/standard/file.c + ext/standard/file.h: + - Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. + +2007-10-03 Dmitry Stogov + + * ZendEngine2/tests/bug42818.phpt + ZendEngine2/tests/bug42818.phpt + ZendEngine2/tests/bug42818.phpt: + 1.1.4; + file bug42818.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug42818.phpt + ZendEngine2/tests/bug42818.phpt: + Fixed bug #42818 ($foo = clone(array()); leaks memory) + + * ZendEngine2/tests/bug42772.phpt + ZendEngine2/tests/bug42772.phpt + ZendEngine2/tests/bug42772.phpt: + 1.1.4; + file bug42772.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug42772.phpt + ZendEngine2/tests/bug42772.phpt: + Fixed bug #42772 (Storing $this in a static var fails while handling a cast + to string) + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + ws + +2007-10-03 Stanislav Malyshev + + * ext/standard/tests/strings/htmlentities-utf.phpt: + MFB unicode test + + * ext/standard/html.c + ext/standard/html.c: + MFB do not accept partial multibyte sequences in html* functions + + * (PHP_5_3) + ext/standard/tests/strings/htmlentities-utf.phpt: + MFB utf test + + * (PHP_5_2) + NEWS: + add html* utf fix + + * ext/standard/tests/strings/htmlentities-utf.phpt + ext/standard/tests/strings/htmlentities-utf.phpt + ext/standard/tests/strings/htmlentities-utf.phpt: + 1.1.4; + file htmlentities-utf.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + ext/standard/html.c: + do not accept partial multibyte sequences in html* functions + 2007-10-02 Antony Dovgal * main/streams/unicode_filter.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2591a3f7fe..008d5b6cdc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,77 @@ +2007-10-03 Antony Dovgal + + * zend_language_scanner.l: + remove \u, \U and \C support in single quotes, as they are meant to contain + binary data only and no escape sequences except \' + fixes bug #42746 + +2007-10-03 Jani Taskinen + + * (PHP_5_3) + zend_ini_parser.y: + MFH:- Removed the %destructor declaration (requires bison 1.875 or above) + + * zend_ini_parser.y: + - Removed the %destructor declaration (requires bison 1.875 or above) + +2007-10-03 Dmitry Stogov + + * zend_builtin_functions.c + zend_builtin_functions.c + zend_compile.h + zend_compile.h + zend_constants.c + zend_constants.c + zend_execute_API.c + zend_execute_API.c + tests/bug42820.phpt: + Fixed bug #42820 (defined() on constant with namespace prefixes tries to + load class). + + * tests/bug42820.phpt + tests/bug42820.phpt: + + file bug42820.phpt was initially added on branch PHP_5_3. + + * zend_vm_def.h + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug42818.phpt + tests/bug42818.phpt: + Fixed bug #42818 ($foo = clone(array()); leaks memory) + + * tests/bug42818.phpt + tests/bug42818.phpt + tests/bug42818.phpt: + 1.1.4; + file bug42818.phpt was initially added on branch PHP_5_2. + + * zend_vm_def.h + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug42772.phpt + tests/bug42772.phpt: + Fixed bug #42772 (Storing $this in a static var fails while handling a cast + to string) + + * tests/bug42772.phpt + tests/bug42772.phpt + tests/bug42772.phpt: + 1.1.4; + file bug42772.phpt was initially added on branch PHP_5_2. + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + ws + 2007-10-02 Jani Taskinen * zend_ini_scanner.l: -- 2.50.1