From 1d4facf3a97057ccab1f7dfd137e7d95c0bf9ea1 Mon Sep 17 00:00:00 2001 From: Date: Thu, 23 Apr 2009 01:33:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 31 +++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++++++ 2 files changed, 41 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2cd2b2b883..711820da95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2009-04-22 Brian Shire + + * (PHP_5_3) + ZendEngine2/zend_compile.c: + MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug + #46701 + + * ZendEngine2/zend_compile.c: + fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 + +2009-04-22 Pierre-Alain Joye + + * ext/soap/config.w32: + - MFB: make it loud when libxml is missing or the dep is not present + + * (PHP_5_3) + ext/soap/config.w32: + - make it loud when libxml is missing or the dep is not present + +2009-04-22 Ilia Alshanetsky + + * (PHP_5_3) + ext/intl/msgformat/msgformat_attr.c: + + Removed unused vars + +2009-04-22 andy wharmby + + * ext/date/tests/date_format_variation2.phpt: + PHP 6 version of a new date test missed from earlier drop + 2009-04-21 Hannes Magnusson * ext/ldap/ldap.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5e32e96a5b..0a1bedd96b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2009-04-22 Brian Shire + + * (PHP_5_3) + zend_compile.c: + MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug + #46701 + + * zend_compile.c: + fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 + 2009-04-21 Dmitry Stogov * zend_execute.c -- 2.50.1