From 41b5aeee2c6dc104103b080450488de8ec0cd9bc Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Nov 2007 01:31:37 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 28 +++++++++++++++++ 2 files changed, 110 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17d8c56b375..7836c3291fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2007-11-23 Stanislav Malyshev + + * (PHP_5_3) + ext/standard/streamsfuncs.c: + fix proto + +2007-11-23 Robert Nicholson + + * tests/classes/assign_op_property_001.phpt + tests/classes/assign_op_property_001.phpt + tests/classes/assign_op_property_001.phpt + tests/classes/incdec_property_001.phpt + tests/classes/incdec_property_001.phpt + tests/classes/incdec_property_001.phpt + tests/classes/incdec_property_002.phpt + tests/classes/incdec_property_002.phpt + tests/classes/incdec_property_002.phpt + tests/classes/incdec_property_003.phpt + tests/classes/incdec_property_003.phpt + tests/classes/incdec_property_003.phpt + tests/classes/incdec_property_004.phpt + tests/classes/incdec_property_004.phpt + tests/classes/incdec_property_004.phpt: + Fix incorrect use of assignment in where equality was intended - class + tests. + +2007-11-23 Dmitry Stogov + + * ZendEngine2/zend.h + ZendEngine2/zend.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.skl + ZendEngine2/zend_vm_execute.skl: + Fixed compilation on Windows + + * TSRM/tsrm_config_common.h + TSRM/tsrm_config_common.h + ZendEngine2/zend.h + ZendEngine2/zend.h: + Fixed definitions + +2007-11-23 Marcus Boerger + + * ZendEngine2/tests/lsb_018.phpt + ZendEngine2/tests/lsb_018.phpt: + + + * ZendEngine2/tests/lsb_018.phpt: + - Add another LSB test + + * ZendEngine2/tests/lsb_018.phpt + ZendEngine2/tests/lsb_018.phpt: + + file lsb_018.phpt was initially added on branch PHP_5_3. + +2007-11-23 Dmitry Stogov + + * (PHP_5_3) + NEWS: + -** empty log message *** + + * ext/soap/php_sdl.c + ext/soap/php_sdl.c: + Fixed bug #42952 (soap cache file is created with insecure permissions) + +2007-11-23 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/date/php_date.c: + + MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) + + * ext/date/php_date.c: + MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) + + * (PHP_5_3) + ext/date/php_date.c: + + Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) + 2007-11-22 Lukas Smith * README.CVS-RULES: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a5787074730..7d26d12bbd0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,31 @@ +2007-11-23 Dmitry Stogov + + * zend.h + zend.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.skl + zend_vm_execute.skl: + Fixed compilation on Windows + + * zend.h + zend.h: + Fixed definitions + +2007-11-23 Marcus Boerger + + * tests/lsb_018.phpt + tests/lsb_018.phpt: + + + * tests/lsb_018.phpt: + - Add another LSB test + + * tests/lsb_018.phpt + tests/lsb_018.phpt: + + file lsb_018.phpt was initially added on branch PHP_5_3. + 2007-11-22 Dmitry Stogov * zend.h