]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 23 Apr 2009 01:33:48 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Thu, 23 Apr 2009 01:33:48 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 2cd2b2b88326fcb8fbb20a0e5c6ff792bc9b951f..711820da9586341832861aed1d7884c8364ce16c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 5e32e96a5b62300f605f444386c2558d960761af..0a1bedd96bdc63b0eed236d9c65096d3184ed564 100644 (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