summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-05-27 00:34:54 +0000
committer <changelog@php.net>2005-05-27 00:34:54 +0000
commitcbee2d697b4186ff312f5730863881d0c4c4b268 (patch)
tree400d85469920dcf32f017b4216f4223a923419a1 /Zend/ChangeLog
parent3d2944863c0d33ce27014376bbf33fec30debcb7 (diff)
downloadphp-git-cbee2d697b4186ff312f5730863881d0c4c4b268.tar.gz
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 7c0a9d2d9d..f4767b45da 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,44 @@
+2005-05-26 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_0)
+ zend_execute_API.c
+ tests/bug33116.phpt:
+ Fixed bug #33116 (crash when assigning class name to global variable in
+ __autoload)
+
+ * tests/bug33116.phpt
+ tests/bug33116.phpt:
+
+ Fixed bug #33116 (crash when assigning class name to global variable in
+ __autoload).
+
+ * zend_execute_API.c:
+ Fixed bug #33116 (crash when assigning class name to global variable in
+ __autoload).
+
+ * zend_API.h
+ zend_compile.c
+ zend_compile.h
+ zend_execute.c
+ zend_language_parser.y
+ zend_reflection_api.c
+ tests/array_type_hint_001.phpt:
+ Added array type hinting. (This patch requires full re-make)
+
+2005-05-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * (PHP_5_0)
+ tests/bug27304.phpt
+ tests/bug32981.phpt:
+ - Add new tests
+
+ * tests/bug27304.phpt
+ tests/bug27304.phpt
+ tests/bug32981.phpt
+ tests/bug32981.phpt:
+
+ - Add new tests
+
2005-05-22 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_0)