ChangeLog update

This commit is contained in:
2005-10-28 05:42:07 +00:00
parent a953be4fff
commit cefc6bb11b
2 changed files with 106 additions and 0 deletions

View File

@ -1,3 +1,82 @@
2005-10-27 Rob Richards <rrichards@ctindustries.net>
* (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 <dmitry@zend.com>
* 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 <ilia@prohost.org>
* 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 <pierre.dev@gmail.com>
* ext/gd/gd.c:
- MFB #34980, divisor and offset never passed correctly (s/float/double/)
2005-10-27 Rathna N <nrathna@novell.com>
* 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 <antony@zend.com>
* (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 <antony@zend.com>
* (PHP_5_0)

View File

@ -1,3 +1,30 @@
2005-10-27 Dmitry Stogov <dmitry@zend.com>
* 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 <ilia@prohost.org>
* 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 <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)