summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-30 01:30:49 +0000
committer <changelog@php.net>2003-03-30 01:30:49 +0000
commit46832dbcab77079dedf167a00f9f845aa4e1f95f (patch)
tree5dceb8ac12386a81acbbeecdf06f1069c3c158e6 /Zend
parent0f3a0dfa52983db76df9149f75bc63608efd4d57 (diff)
downloadphp-git-46832dbcab77079dedf167a00f9f845aa4e1f95f.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 90ac7be871..3100e29264 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,22 @@
+2003-03-29 Zeev Suraski <zeev@zend.com>
+
+ * zend_compile.c:
+ Add missing initialization
+
+ * zend_compile.c:
+ Fix crash
+
+ * zend_API.c
+ zend_compile.c
+ zend_compile.h:
+ Initial support for enforcing prototype of abstract/interface method
+ implementations
+
+2003-03-29 Sterling Hughes <sterling@bumblebury.com>
+
+ * zend.c:
+ remove unused variable
+
2003-03-27 Stanislav Malyshev <stas@zend.com>
* zend_execute.c: