From 250f914c4260d34206be4dbffccce1c3a3abecef Mon Sep 17 00:00:00 2001 From: Date: Thu, 8 May 2008 01:31:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 165 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 34 ++++++++++ 2 files changed, 199 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2001cf62a..b2337244cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,168 @@ +2008-05-07 Ilia Alshanetsky + + * ext/date/php_date.c: + + MFB: kill unused vars + + * (PHP_5_3) + ext/date/php_date.c: + Kill unused vars + +2008-05-07 Hannes Magnusson + + * (PHP_5_3) + NEWS: + new ini_get_all() parameter + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/standard/streamsfuncs.c: + MFH: Fixed bug #44712 (stream_context_set_params segfaults on invalid + arguments). + + * (PHP_5_2) + ext/openssl/xp_ssl.c: + MFH: Fixed bug #44716 (Progress notifications incorrect) + +2008-05-07 Antony Dovgal + + * NEWS: + no need to add this entry - it's in 5_2 already + +2008-05-07 David Coallier + + * NEWS: + - Added news item to the NEWS (Fixed bug 44811) + + * ext/soap/tests/bugs/bug44811.phpt: + - Test for bug #44811 + + * ext/soap/php_sdl.c: + - Fixed bug #44811 (Improve error message when creating new SoapClient + that contains invalid data) + +2008-05-07 Christopher Jones + + * ext/oci8/tests/connect_scope1.phpt + ext/oci8/tests/connect_scope2.phpt + ext/oci8/tests/connect_scope_try1.phpt + ext/oci8/tests/connect_scope_try2.phpt + ext/oci8/tests/connect_scope_try3.phpt + ext/oci8/tests/connect_scope_try4.phpt + ext/oci8/tests/connect_scope_try5.phpt + ext/oci8/tests/connect_scope_try6.phpt: + + file connect_scope1.phpt was initially added on branch PHP_5_2. + +2008-05-07 Antony Dovgal + + * (PHP_5_3) + ext/soap/tests/bugs/44811.phpt + ext/soap/tests/bugs/bug44811.phpt: + rename the test + + * (PHP_5_2) + ext/soap/tests/bugs/bug44811.phpt: + fix test title + +2008-05-07 David Coallier + + * (PHP_5_3) + ext/soap/php_sdl.c: + - Fixed bug #44811 (Improve error message when creating a new SoapClient + that contains invalid data) + +2008-05-07 Andrey Hristov + + * ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.h + ext/mysqlnd/mysqlnd_enum_n_def.h + ext/mysqlnd/mysqlnd_libmysql_compat.h + ext/mysqlnd/mysqlnd_result.c + ext/mysqlnd/mysqlnd_statistics.c + ext/mysqlnd/php_mysqlnd.c: + Update mysqlnd - new ini variable + + * (PHP_5_3) + ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.h + ext/mysqlnd/mysqlnd_enum_n_def.h + ext/mysqlnd/mysqlnd_libmysql_compat.h + ext/mysqlnd/mysqlnd_palloc.c + ext/mysqlnd/mysqlnd_result.c + ext/mysqlnd/mysqlnd_statistics.c + ext/mysqlnd/php_mysqlnd.c: + Update mysqlnd + +2008-05-07 David Coallier + + * ext/soap/tests/bugs/44811.phpt + ext/soap/tests/bugs/44811.phpt: + + file 44811.phpt was initially added on branch PHP_5_3. + +2008-05-07 Antony Dovgal + + * (PHP_5_2) + NEWS: + reorder + +2008-05-07 David Coallier + + * (PHP_5_2) + NEWS + NEWS: + - Added NEWS item for fixation of bug 44811 + + * (PHP_5_2) + ext/soap/php_sdl.c: + - Fixed Bug #44811: Improved error message when creating a new + SoapClient has invalid data. + + * ext/soap/tests/bugs/bug44811.phpt + ext/soap/tests/bugs/bug44811.phpt: + 1.1.4; + file bug44811.phpt was initially added on branch PHP_5_2. + +2008-05-07 Felipe Pena + + * (PHP_5_3) + ZendEngine2/tests/ns_064.phpt + ZendEngine2/tests/objects_021.phpt: + - New tests + + * ZendEngine2/tests/ns_064.phpt + ZendEngine2/tests/ns_064.phpt + ZendEngine2/tests/objects_021.phpt + ZendEngine2/tests/objects_021.phpt: + + - New tests + +2008-05-07 Dmitry Stogov + + * (PHP_5_3) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_opcode.c + ZendEngine2/zend_opcode.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.skl + ZendEngine2/zend_vm_execute.skl: + Use IS_CV for dirrent access to $this variable + 2008-05-06 Etienne Kneuss * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0f84f71870..839d611fdd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,37 @@ +2008-05-07 Felipe Pena + + * (PHP_5_3) + tests/ns_064.phpt + tests/objects_021.phpt: + - New tests + + * tests/ns_064.phpt + tests/ns_064.phpt + tests/objects_021.phpt + tests/objects_021.phpt: + + - New tests + +2008-05-07 Dmitry Stogov + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + zend_execute_API.c + zend_execute_API.c + zend_language_parser.y + zend_language_parser.y + zend_opcode.c + zend_opcode.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.skl + zend_vm_execute.skl: + Use IS_CV for dirrent access to $this variable + 2008-05-06 Dmitry Stogov * zend_execute_API.c -- 2.50.1