changelog Mon Feb 10 20:31:35 2003 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.168 ZendEngine2/ChangeLog:1.169
--- ZendEngine2/ChangeLog:1.168 Sun Feb 9 20:32:53 2003
+++ ZendEngine2/ChangeLog Mon Feb 10 20:31:35 2003
@@ -1,3 +1,50 @@
+2003-02-10 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ Fix zend_initialize_class_data()
+
+ * zend.c
+ zend.h
+ zend_API.c
+ zend_compile.c
+ zend_compile.h:
+ Centralize class initialization
+
+ * zend_compile.c
+ zend_compile.h
+ zend_language_parser.y:
+ - Treat $this->foo inside class X as an implicit 'public $foo' if X::$foo
+ is not explicitly declared
+ - Forbid multiple declaration of the same variable
+
+ * zend_execute.c:
+ whitespace
+
+ * zend_API.c
+ zend_compile.c:
+ Add missing destructors
+
+2003-02-10 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * zend_object_handlers.c:
+ update static constants too
+
+2003-02-10 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c:
+ Fix get_parent_class()
+
+ * zend_object_handlers.c:
+ Restore missing check
+
+ * zend_execute.c
+ zend_execute_API.c:
+ Add ability to reference self:: and parent:: in constant initializers
+ (bug #21849)
+
+ * zend_execute.c:
+ Remove redundant code
+
2003-02-09 Zeev Suraski <[EMAIL PROTECTED]>
* zend_execute.c:
@@ -230,7 +277,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.168 2003/02/10 01:32:53 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.169 2003/02/11 01:31:35 changelog
+Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>