]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 2 Aug 2004 00:33:46 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Mon, 2 Aug 2004 00:33:46 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 96f2b9a7bdb0d7c07ebc3be4afdd3e6672d7f89e..70f53039de152fe9db7c7db1360ec92842ab4dbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2004-08-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/__call_002.phpt
+      tests/classes/__call_002.phpt
+      tests/classes/__set__get_002.phpt
+      tests/classes/__set__get_002.phpt
+      tests/classes/__set__get_003.phpt
+      tests/classes/__set__get_003.phpt
+      tests/classes/ctor_failure.phpt
+      tests/classes/destructor_visibility_001.phpt
+      tests/classes/destructor_visibility_001.phpt
+      tests/classes/destructor_visibility_002.phpt
+      tests/classes/destructor_visibility_002.phpt
+      tests/classes/destructor_visibility_003.phpt
+      tests/classes/destructor_visibility_003.phpt:
+      
+      file __call_002.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute_API.c:
+      - Enforce protocol on magic methods/functions
+
+2004-08-01  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * win32/.cvsignore:
+      More hoops for VC6
+
 2004-07-31  Wez Furlong  <wez.php@thebrainroom.net>
 
     * win32/wsyslog.c:
index 56753f1f2665fec4a01485460d2df2a6f21fb155..dec13151ad2d961a9495488f9140f45d25405376 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      zend_compile.c
+      zend_compile.h
+      zend_execute_API.c:
+      - Enforce protocol on magic methods/functions
+
 2004-07-30  Andi Gutmans  <andi@zend.com>
 
     * zend_execute.c