From 31bdcfec8f54aebf7cbd7dd602d899e7d610f3bc Mon Sep 17 00:00:00 2001 From: Date: Thu, 12 Feb 2009 01:32:46 +0000 Subject: ChangeLog update --- ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 +++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/ChangeLog b/ChangeLog index c59683e21f..356466a053 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2009-02-11 Takeshi Abe + + * (PHP_5_3) + ext/gd/libgd/gdxpm.c: + MFH: + - fixed memory leaks in gdImageCreateFromXpm() + - dropped unused codes + + * ext/gd/libgd/gdxpm.c: + - fixed memory leaks in gdImageCreateFromXpm() + - dropped unused codes + + * (PHP_5_3) + ext/gd/libgd/gd.c: + MFH: optimization via the row-major order. + + * ext/gd/libgd/gd.c: + optimization via the row-major order. + +2009-02-11 Ilia Alshanetsky + + * ext/mbstring/mbstring.c: + + MFB: Improved param parsing + + * (PHP_5_3) + ext/mbstring/mbstring.c: + + Improved param parsing + +2009-02-11 Felipe Pena + + * (PHP_5_3) + ext/pdo_pgsql/tests/large_objects.phpt + ext/pdo_pgsql/tests/large_objects.phpt: + MFH: Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before + execute() on PgSQL) + + * ext/pdo_pgsql/tests/large_objects.phpt: + Fixed test bug #47311 (PDO::PARAM_LOB columns need to be bound before + execute() on PgSQL) + +2009-02-11 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/tests/bug47353.phpt + ZendEngine2/tests/bug47353.phpt: + add test + + * ZendEngine2/tests/bug47353.phpt + ZendEngine2/tests/bug47353.phpt + ZendEngine2/tests/bug47353.phpt: + 1.1.4; + add test + + * (PHP_5_2) + NEWS + ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.c: + MFH: fix bug #47353 (crash when creating a lot of objects in object + destructor) + + * ZendEngine2/zend_objects_API.c: + fix bug #47353 (crash when creating a lot of objects in object destructor) + + * configure.in: + fix check for zend_extension type + +2009-02-11 Scott MacVicar + + * (PHP_5_2) + configure.in + configure.in: + MFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top + + * configure.in: + Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top + 2009-02-10 Lukas Smith * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c0c18c8f2e..2c3f7d4321 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2009-02-11 Antony Dovgal + + * (PHP_5_2) + tests/bug47353.phpt + tests/bug47353.phpt: + add test + + * tests/bug47353.phpt + tests/bug47353.phpt + tests/bug47353.phpt: + 1.1.4; + add test + + * (PHP_5_2) + zend_objects_API.c + zend_objects_API.c: + MFH: fix bug #47353 (crash when creating a lot of objects in object + destructor) + + * zend_objects_API.c: + fix bug #47353 (crash when creating a lot of objects in object destructor) + 2009-02-09 Dmitry Stogov * zend_execute_API.c -- cgit v1.2.1