From: Date: Fri, 28 Oct 2005 05:42:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cefc6bb11bf92dc4f68f812318e6945cdb71d7e6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f52a22fdb1..7bc002d9b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2005-10-27 Rob Richards + + * (PHP_5_1) + ext/dom/element.c + ext/dom/tests/dom_set_attr_node.phpt: + MFH: fix crash setting attr from foreign doc (throws exception) + add test + + * ext/dom/tests/dom_set_attr_node.phpt + ext/dom/tests/dom_set_attr_node.phpt: + + fix crash setting attr from foreign doc (throws exception) + add test + + * ext/dom/element.c: + fix crash setting attr from foreign doc (throws exception) + add test + +2005-10-27 Dmitry Stogov + + * ZendEngine2/tests/unset_cv12.phpt + ZendEngine2/tests/unset_cv12.phpt: + + Fixed SIGSEGV + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/unset_cv12.phpt: + Fixed SIGSEGV + +2005-10-27 Ilia Alshanetsky + + * ZendEngine2/zend_API.c: + MFB51: Fixed memory leak on error + + * (PHP_5_1) + ZendEngine2/zend_API.c: + Fixed memory leak on error + + * (PHP_5_1) + ext/calendar/tests/skipif.inc: + One check is enough. + +2005-10-27 Pierre-Alain Joye + + * ext/gd/gd.c: + - MFB #34980, divisor and offset never passed correctly (s/float/double/) + +2005-10-27 Rathna N + + * ext/calendar/tests/cal_days_in_month.phpt + ext/calendar/tests/cal_days_in_month.phpt + ext/calendar/tests/cal_to_jd.phpt + ext/calendar/tests/cal_to_jd.phpt + ext/calendar/tests/easter_days.phpt + ext/calendar/tests/easter_days.phpt + ext/calendar/tests/frenchtojd.phpt + ext/calendar/tests/frenchtojd.phpt + ext/calendar/tests/skipif.inc + ext/calendar/tests/skipif.inc: + + file cal_days_in_month.phpt was initially added on branch PHP_5_1. + +2005-10-27 Antony Dovgal + + * (PHP_4_4) + NEWS: + BFN + + * (PHP_4_4) + ext/gd/gd.c: + MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero) + 2005-10-26 Antony Dovgal * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 697c309686..2502c1e3d6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,30 @@ +2005-10-27 Dmitry Stogov + + * tests/unset_cv12.phpt + tests/unset_cv12.phpt: + + Fixed SIGSEGV + + * zend_execute_API.c + zend_execute_API.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h + tests/unset_cv12.phpt: + Fixed SIGSEGV + +2005-10-27 Ilia Alshanetsky + + * zend_API.c: + MFB51: Fixed memory leak on error + + * (PHP_5_1) + zend_API.c: + Fixed memory leak on error + 2005-10-25 Marcus Boerger * (PHP_5_1)