1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

ChangeLog update

This commit is contained in:
2009-04-23 01:33:48 +00:00
parent 82cabe1ca4
commit 1d4facf3a9
2 changed files with 41 additions and 0 deletions

View File

@@ -1,3 +1,34 @@
2009-04-22 Brian Shire <shire@tekrat.com>
* (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 <pierre.dev@gmail.com>
* 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 <ilia@prohost.org>
* (PHP_5_3)
ext/intl/msgformat/msgformat_attr.c:
Removed unused vars
2009-04-22 andy wharmby <wharmby@uk.ibm.com>
* ext/date/tests/date_format_variation2.phpt:
PHP 6 version of a new date test missed from earlier drop
2009-04-21 Hannes Magnusson <hannes.magnusson@gmail.com>
* ext/ldap/ldap.c:

View File

@@ -1,3 +1,13 @@
2009-04-22 Brian Shire <shire@tekrat.com>
* (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 <dmitry@zend.com>
* zend_execute.c