]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 11 Jun 2005 05:40:37 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Sat, 11 Jun 2005 05:40:37 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index 1f7bd9c2fa454c03c00688ea3e5de81a1e1db2d4..9e42d136d494e4773cc0e0cbf76fde71ecb1cb44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2005-06-10  Andi Gutmans  <andi@zend.com>
+
+    * configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Back to -dev
+
+    * (php_5_1_0b1)
+      configure.in
+      ZendEngine2/zend.h
+      main/php_version.h:
+      - Go with 5.1.0b1
+
+    * (php_5_1_0b1)
+      NEWS:
+      - Go with Beta 1
+      - Merged 5.0.x news and nuked anything prior to 5.0.0 release
+
+2005-06-10  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (php_5_1_0b1)
+      scripts/phpize.in:
+      - Fix phpize: need to eval path variables for them to be usable
+
+2005-06-10  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS:
+      Add some entries that was forgotten
+
+    * (php_5_1_0b1)
+      ZendEngine2/tests/bug30162.phpt:
+      Added test for bug #30162 (it is already fixed but test file was forgotten)
+
+    * (php_5_1_0b1)
+      ZendEngine2/tests/bug31177.phpt:
+      Added test file for bug #31177 (not fixed yet)
+
+    * ZendEngine2/tests/bug31177.phpt
+      ZendEngine2/tests/bug31177.phpt:
+      
+      file bug31177.phpt was initially added on branch PHP_5_0.
+
+    * (php_5_1_0b1)
+      ZendEngine2/tests/bug29689.phpt:
+      typos
+
+    * (php_5_1_0b1)
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_reflection_api.c:
+      Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor
+
+    * (php_5_1_0b1)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_extensions.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_gen.php
+      ZendEngine2/zend_vm_opcodes.h:
+      Fix so that extensions like xdebug, can overload opcodes in all execution
+      modes including goto/switch
+
+    * (php_5_1_0b1)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one
+      (ZEND_NEW). There was no real reason for this anymore and API should be
+      changed before 5.1
+
 2005-06-09  Stanislav Malyshev  <stas@zend.com>
 
     * NEWS
index 140df8a964e62ae9e864b4e1d1eca888f4b3b262..14f7eaac0dcaab5462c838395dc0c9936ca4d6b8 100644 (file)
@@ -1,3 +1,56 @@
+2005-06-10  Andi Gutmans  <andi@zend.com>
+
+    * zend.h:
+      - Back to -dev
+
+    * (php_5_1_0b1)
+      zend.h:
+      - Go with 5.1.0b1
+
+2005-06-10  Dmitry Stogov  <dmitry@zend.com>
+
+    * (php_5_1_0b1)
+      tests/bug30162.phpt:
+      Added test for bug #30162 (it is already fixed but test file was forgotten)
+
+    * (php_5_1_0b1)
+      tests/bug31177.phpt:
+      Added test file for bug #31177 (not fixed yet)
+
+    * tests/bug31177.phpt
+      tests/bug31177.phpt:
+      
+      file bug31177.phpt was initially added on branch PHP_5_0.
+
+    * (php_5_1_0b1)
+      tests/bug29689.phpt:
+      typos
+
+    * (php_5_1_0b1)
+      zend_reflection_api.c
+      zend_reflection_api.c:
+      Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor
+
+    * (php_5_1_0b1)
+      zend_execute.c
+      zend_execute.h
+      zend_extensions.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_gen.php
+      zend_vm_opcodes.h:
+      Fix so that extensions like xdebug, can overload opcodes in all execution
+      modes including goto/switch
+
+    * (php_5_1_0b1)
+      zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h:
+      Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one
+      (ZEND_NEW). There was no real reason for this anymore and API should be
+      changed before 5.1
+
 2005-06-09  Stanislav Malyshev  <stas@zend.com>
 
     * zend_compile.c