]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 28 Oct 2005 05:42:07 +0000 (05:42 +0000)
committer <changelog@php.net> <>
Fri, 28 Oct 2005 05:42:07 +0000 (05:42 +0000)
ChangeLog
Zend/ChangeLog

index f52a22fdb12a19d220470262d5b2616ef53bfa11..7bc002d9b8565213c7e98d2f26ec56a6eb5cc104 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 697c309686900ddaa4600bd8152238a582d4d7ed..2502c1e3d649502465f82c7d346bec597b517d4d 100644 (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)