changelog Wed Jun 26 20:22:59 2002 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.62 ZendEngine2/ChangeLog:1.63
--- ZendEngine2/ChangeLog:1.62 Mon Jun 24 20:27:38 2002
+++ ZendEngine2/ChangeLog Wed Jun 26 20:22:58 2002
@@ -1,3 +1,24 @@
+2002-06-26 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ - Autoloading support based on patch from Ivan Ristic.
+ - Again I hope this feature ends up working well because if it doesn't we
+ - might need to nuke it. This only works for global scoped classes and it
+ - will never work for sub-classes so don't even ask!!!!!
+ - Just define an __autoload() function in the global scope and it will be
+ - called with the class name as the parameter if it doesn't manage to find
+ - the class.
+
+ * zend_API.c
+ zend_builtin_functions.c
+ zend_mm.h: - Centralize global class fetch
+
+ * zend_alloc.c
+ zend_execute.c:
+ - Fix problem with scope's not changing correctly during method calls.
+ - Reapply a tiny optimization to the allocator so that in non-debug mode
+ - we clean memory without detecting leaks.
+
2002-06-24 Andi Gutmans <[EMAIL PROTECTED]>
* zend_fast_cache.h: