summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-19 01:33:04 +0000
committer <changelog@php.net>2003-03-19 01:33:04 +0000
commit801966d9518c19cdeefa03aacdbb416720a46e6e (patch)
treef4ac04d52bb843bf39cf4ef2fdff226f17dec11d /Zend
parent7379f47518bcffd57a829c74a0ea5fb86d9bcb0f (diff)
downloadphp-git-801966d9518c19cdeefa03aacdbb416720a46e6e.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index c00afe5fc2..8832fd1586 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,17 @@
+2003-03-18 Zeev Suraski <zeev@zend.com>
+
+ * zend_compile.c
+ zend_object_handlers.c:
+ - Fix situation where a derived class declares a public (or implicit
+ public)
+ with the same name as a private in the parent
+ - Optimize 'static binding' of private properties a bit
+
+2003-03-18 Stig Bakken <ssb@fast.no>
+
+ * RFCs/002.txt:
+ - email address change
+
2003-03-17 Stanislav Malyshev <stas@zend.com>
* zend_extensions.c: