From 9c47a653b29f8c5fbd6f2a3408abff2bc00bc116 Mon Sep 17 00:00:00 2001 From: Date: Thu, 14 May 2009 01:32:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++ 2 files changed, 100 insertions(+) diff --git a/ChangeLog b/ChangeLog index a4ee0d9fb7..c3304cb74c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2009-05-13 Greg Beaver + + * ext/phar/phar.c + ext/phar/phar_internal.h + ext/phar/tar.c + ext/phar/tests/tar/require_hash.phpt + ext/phar/tests/tar/files/Net_URL-1.0.15.tgz: + MFB: fix Bug #48257: PharData throws exception with non-phar tar + + * (PHP_5_3) + NEWS + ext/phar/phar.c + ext/phar/phar_internal.h + ext/phar/tar.c + ext/phar/tests/tar/require_hash.phpt + ext/phar/tests/tar/tar_nohash.phpt + ext/phar/tests/tar/tar_nohash.phpt + ext/phar/tests/tar/files/Net_URL-1.0.15.tgz + ext/phar/tests/tar/files/Net_URL-1.0.15.tgz: + fix Bug #48257: PharData throws exception with non-phar tar + +2009-05-13 Jani Taskinen + + * (PHP_5_3) + ZendEngine2/zend.c + build/order_by_dep.awk + ext/date/config.m4 + ext/date/config0.m4 + ext/date/php_date.c: + MFH: Fixed module loading order and made request shutdown functions also to + be loaded in reverse like all other shutdowns are. + +2009-05-13 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/standard/uuencode.c: + MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil + returns + + * ext/standard/uuencode.c: + Fix compiler warnings, safe_emalloc expects size_t, not double as ceil + returns + + * ext/phar/func_interceptors.c: + Nuke compiler warning + +2009-05-13 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/xmlrpc/xmlrpc-epi-php.c: + + MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on + iso8601.datetime). + + * ext/xmlrpc/xmlrpc-epi-php.c: + + MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on + iso8601.datetime) + + * (PHP_5_3) + ext/xmlrpc/xmlrpc-epi-php.c: + Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime) + +2009-05-13 Felipe Pena + + * (PHP_5_2) + NEWS + ext/dba/dba_db4.c + ext/dba/dba_db4.c + ext/dba/tests/bug48240.phpt + ext/dba/tests/bug48240.phpt: + - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey) + + * ext/dba/dba_db4.c + ext/dba/tests/bug48240.phpt + ext/dba/tests/bug48240.phpt + ext/dba/tests/bug48240.phpt: + - Fixed bug #48240 (DBA Segmentation fault dba_nextkey) + +2009-05-13 Jani Taskinen + + * ZendEngine2/zend.c + build/order_by_dep.awk + ext/date/config.m4 + ext/date/config0.m4 + ext/date/config0.m4 + ext/date/php_date.c: + - Fixed bug #48247 (PHP crashes on errors during startup) + 2009-05-12 Matteo Beccati * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 654e262f12..2b5a31971b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2009-05-13 Jani Taskinen + + * (PHP_5_3) + zend.c: + MFH: Fixed module loading order and made request shutdown functions also to + be loaded in reverse like all other shutdowns are. + + * zend.c: + - Fixed bug #48247 (PHP crashes on errors during startup) + 2009-05-12 Felipe Pena * (PHP_5_2) -- 2.40.0