summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-02 00:37:08 +0000
committer <changelog@php.net>2002-07-02 00:37:08 +0000
commit7e921b42a40ab1988d4ea653442e3ec078feaa94 (patch)
treeac586eeead36aae0628911f55213f094fcb260a2 /Zend
parent23de5d1c2063e5e986af99a2a6161e54fed78b3e (diff)
downloadphp-git-7e921b42a40ab1988d4ea653442e3ec078feaa94.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 840e1d2897..a77f2da2a6 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-01 Andi Gutmans <andi@zend.com>
+
+ * zend_compile.c: - Fix bug when acccessing $this not in class scope.
+
+ * zend_objects.h
+ zend_objects.c: - Export zend_object_get_address()
+
2002-06-30 Andi Gutmans <andi@zend.com>
* ZEND_CHANGES: - Remember to document autoload when I have time.