]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 17 Sep 2004 00:33:44 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Fri, 17 Sep 2004 00:33:44 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index c0a92e457bea6e87b4dd8628546f679c1cc3dfd3..446356207ac98de78c0532ede90741c3a4f75c98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2004-09-16  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Go with PHP 5.0.2RC1
+
+    * ZendEngine2/tests/bug27669.phpt:
+      - Add test for bug #27669
+
+2004-09-16  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZendEngine2/zend_language_parser.y:
+      ZTS fix.
+
+2004-09-16  Andi Gutmans  <andi@zend.com>
+
+    * NEWS:
+      - Only 5.0.x news which we'll copy over before 5.1.0 release
+
+    * (PHP_5_0)
+      NEWS:
+      - NEWS
+
+    * NEWS:
+      - News
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_language_parser.y:
+      - Fix bug #27669 (Dmitry).
+      Fixes:
+      <?
+              class A
+              {
+                      function hello()
+                      {
+                              echo "Hello World\n";
+                      }
+              }
+              $y[0] = 'hello';
+              A::$y[0]();
+      ?>
+
 2004-09-15  Uwe Schindler  <uwe@thetaphi.de>
 
     * (PHP_4_3)
index 205c1ad6cccba18198e2471d344227d8b52530ef..9815be4c3cc35be68393324694251890adea0a80 100644 (file)
@@ -1,3 +1,36 @@
+2004-09-16  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      zend.h:
+      - Go with PHP 5.0.2RC1
+
+    * tests/bug27669.phpt:
+      - Add test for bug #27669
+
+2004-09-16  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * zend_language_parser.y:
+      ZTS fix.
+
+2004-09-16  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_language_parser.y:
+      - Fix bug #27669 (Dmitry).
+      Fixes:
+      <?
+              class A
+              {
+                      function hello()
+                      {
+                              echo "Hello World\n";
+                      }
+              }
+              $y[0] = 'hello';
+              A::$y[0]();
+      ?>
+
 2004-09-15  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_operators.h: