changelog Wed Sep 3 20:32:11 2003 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.293 ZendEngine2/ChangeLog:1.294
--- ZendEngine2/ChangeLog:1.293 Tue Sep 2 20:31:52 2003
+++ ZendEngine2/ChangeLog Wed Sep 3 20:32:10 2003
@@ -1,3 +1,49 @@
+2003-09-03 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ Partly revert and reintroduce hash table entries for the ctor.
+
+ * zend_compile.c:
+ Nuke unused variable, too
+
+ * zend_compile.c:
+ - Inheritance applies to __clone() too.
+ - No need to add additional functions for the constructor.
+ The handler uses the pointer as intended and doesn't look the the name.
+
+ * zend_compile.c:
+ Cannot turn a static property into a non static one and vice versa
+
+ * zend_API.c
+ zend_API.h
+ zend_compile.c
+ zend_default_classes.c:
+ Fix handling of static properties initialized to arrays
+
+ * zend_compile.c:
+ Add missing error messages when violating static property inheritance
+ rules.
+
+ * zend_API.c
+ zend_compile.c
+ zend_execute.c
+ zend_object_handlers.c:
+ Fix static properties.
+
+ * zend_compile.c:
+ Allow redeclareing a protected property as public.
+
+2003-09-03 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ Revert bogus patch
+ One must *never* use E_CORE_* error levels!
+
+2003-09-03 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_reflection_api.c:
+ Clearly distinguish between Const, Static and Other members.
+
2003-09-02 Marcus Boerger <[EMAIL PROTECTED]>
* zend_compile.c:
@@ -1434,7 +1480,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.293 2003/09/03 00:31:52 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.294 2003/09/04 00:32:10 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -3158,7 +3204,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.293 2003/09/03 00:31:52 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.294 2003/09/04 00:32:10 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>