]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 18 Dec 2005 06:31:48 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Sun, 18 Dec 2005 06:31:48 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 56cc524ba89884384e243246b6b7ebc55ef189df..f675e84044c01ea2dd7eb58b44dd313e922be8f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2005-12-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      bug fixing news
+
+    * ext/gd/tests/copypalette.phpt:
+      MFB51: Fixed uninitialized variable in a test.
+
+    * (PHP_5_1)
+      ext/gd/tests/copypalette.phpt:
+      Fixed uninitialized variable in a test.
+
+2005-12-17  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_1)
+      NEWS:
+      - add leaks fix in imagecreatefromstring
+
+    * (PHP_5_1)
+      ext/gd/gd.c
+      ext/gd/tests/copypalette.phpt
+      ext/gd/tests/createfromstring.phpt
+      ext/gd/tests/src.png:
+      - MFH:
+      - fix leaks and wrong error when invalid/empty string are given to
+        imagecreatefromstring
+      - add test for imagecreatefromstring
+      - add test for palettecopy
+
+2005-12-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * run-tests.php:
+      MFB51: Added token for capturing arbitrary whitespace blocks inside text.
+
+    * (PHP_5_1)
+      run-tests.php:
+      Added token for capturing arbitrary whitespace blocks inside text.
+
+2005-12-17  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * acinclude.m4:
+      MFB51: Extension dependancy improvements during configure
+
+2005-12-17  Antony Dovgal  <antony@zend.com>
+
+    * ext/sqlite/php_sqlite.h:
+      MFB: int -> long
+
+    * (PHP_5_1)
+      ext/sqlite/php_sqlite.h:
+      change int to long and fix valgrind warnings
+
+2005-12-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      NEWS:
+      - BFN
+
+    * (PHP_5_1)
+      ZendEngine2/zend_compile.c
+      tests/classes/final_ctor1.phpt
+      tests/classes/final_ctor2.phpt:
+      - MFH  Fix Bug #35720 A final constructor can be overwritten
+
+    * ZendEngine2/zend_compile.c
+      tests/classes/final_ctor1.phpt
+      tests/classes/final_ctor1.phpt
+      tests/classes/final_ctor2.phpt
+      tests/classes/final_ctor2.phpt:
+      - Fix Bug #35720 A final constructor can be overwritten
+
+    * ext/dom/php_dom.c:
+      - MFB Fix export
+
+    * (PHP_5_1)
+      ext/dom/php_dom.c:
+      - Fix export
+
+2005-12-17  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/tests/bug35655.phpt:
+      fix test
+
+    * (PHP_5_1)
+      ZendEngine2/tests/bug35655.phpt:
+      - Fix test
+
 2005-12-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_API.h:
index 859f412ecf9569674c0449c8594e2fe5626d4239..604f8f52c21c731c2adfe8870f3aefcd5730b371 100644 (file)
@@ -1,3 +1,21 @@
+2005-12-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_compile.c:
+      - MFH  Fix Bug #35720 A final constructor can be overwritten
+
+    * zend_compile.c:
+      - Fix Bug #35720 A final constructor can be overwritten
+
+2005-12-17  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/bug35655.phpt:
+      fix test
+
+    * (PHP_5_1)
+      tests/bug35655.phpt:
+      - Fix test
+
 2005-12-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.h: