diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -1,3 +1,81 @@ +2009-02-11 Takeshi Abe <tabe@fixedpoint.jp> + + * (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 <ilia@prohost.org> + + * ext/mbstring/mbstring.c: + + MFB: Improved param parsing + + * (PHP_5_3) + ext/mbstring/mbstring.c: + + Improved param parsing + +2009-02-11 Felipe Pena <felipensp@gmail.com> + + * (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 <tony@daylessday.org> + + * (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 <scott@macvicar.net> + + * (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 <smith@pooteeweet.org> * (PHP_5_3) |
