]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 6 Jan 2004 01:31:55 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 6 Jan 2004 01:31:55 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 6ca0ba78586b4df11e82d202613e044d581b5ee8..51d67f28bfea140ce44dffb1c9cda1023aa79eaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2004-01-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/tests/bug26802.phpt:
+      Fixed bug #26802
+
+    * ZendEngine2/tests/bug26802.phpt:
+      Fix test
+
+    * ZendEngine2/tests/bug26801.phpt
+      ZendEngine2/tests/bug26802.phpt:
+      Add new test
+
+2004-01-05  Georg Richter  <phpinfo@t-online.de>
+
+    * (PHP_4_3)
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.h:
+      s/2003/2004 :)
+
+2004-01-05  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * NEWS:
+      BFN
+
+2004-01-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/tests/bug26696.phpt:
+      Update test
+
+2004-01-05  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_API.c:
+      Fix bug #26543 - check parent:: and self:: in class names
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_object_handlers.c:
+      Bug #24608 - fix interaction between __accessors and get_property_ptr
+
+2004-01-05  Andrey Hristov  <php@hristov.com>
+
+    * README.PHP4-TO-PHP5-THIN-CHANGES:
+      another example
+
 2004-01-04  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 0704d99eaf907a0288995bae59e04d2fe890b9fb..63712bda7f77cba1ac7c3fda0082a240dbce7b32 100644 (file)
@@ -1,3 +1,28 @@
+2004-01-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_execute.c
+      tests/bug26802.phpt:
+      Fixed bug #26802
+
+    * tests/bug26802.phpt:
+      Fix test
+
+    * tests/bug26801.phpt
+      tests/bug26802.phpt:
+      Add new test
+
+    * tests/bug26696.phpt:
+      Update test
+
+2004-01-05  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_API.c:
+      Fix bug #26543 - check parent:: and self:: in class names
+
+    * zend_execute.c
+      zend_object_handlers.c:
+      Bug #24608 - fix interaction between __accessors and get_property_ptr
+
 2004-01-03  Derick Rethans  <php@derickrethans.nl>
 
     * zend.c