]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 4 Apr 2007 01:31:03 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 4 Apr 2007 01:31:03 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index e298b0f8d932ec6223980421bc51dd89ae973c2e..a7682b546d4644196ff9df915c8c8d7957596d6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2007-04-03  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      TSRM/tsrm_virtual_cwd.c:
+      MFH: fix #39351 (relative include fails on Solaris)
+
+    * TSRM/tsrm_virtual_cwd.c:
+      fix #39351 (relative include fails on Solaris)
+
+2007-04-03  Brian Shire  <shire@tekrat.com>
+
+    * ext/standard/pack.c
+      ext/standard/tests/strings/pack.phpt:
+      MFB: correction for previous fix to bug #38770 (pack/unpack is broken on
+      64bit)
+      fix pack test, correct space to tabs
+
+    * (PHP_5_2)
+      ext/standard/pack.c
+      ext/standard/tests/strings/pack.phpt:
+      correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
+      fix pack test, correct space to tabs
+
+2007-04-03  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/php_dom.c:
+      MFB: allow registered classes to be changed
+
+    * (PHP_5_2)
+      ext/dom/php_dom.c:
+      allow registered classes to be changed
+
+2007-04-03  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * NEWS:
+      Fugbix typo.
+
+2007-04-03  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Removed undocumnted and incomplete support for strings in list() operator
+
 2007-04-02  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index c7247457a01206dc5cc76356f32f7b8d328e8454..b53ee8f6c6436f0bf93916afa24af4c09d1bc375 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-03  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      Removed undocumnted and incomplete support for strings in list() operator
+
 2007-03-25  Hannes Magnusson  <hannes.magnusson@gmail.com>
 
     * (PHP_5_2)