changelog Sat Nov 29 20:31:13 2003 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.344 ZendEngine2/ChangeLog:1.345
--- ZendEngine2/ChangeLog:1.344 Fri Nov 28 20:32:19 2003
+++ ZendEngine2/ChangeLog Sat Nov 29 20:31:13 2003
@@ -1,3 +1,44 @@
+2003-11-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_iterators.c:
+ Fix memleak
+
+2003-11-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend_highlight.c
+ zend_language_scanner.l:
+ Fixed bug #26463 (Incorrect handling of semicolons after heredoc)
+
+2003-11-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_API.h:
+ This takes the address of a zval ptr
+
+ * zend_API.h:
+ Add macros to return values of other zvals.
+ This is needed because one cannot use REPLACE_ZVAL_VALUE with
+ return_value.
+
+2003-11-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend_execute.c:
+ Restore original patch for bug #26281.
+
+
+2003-11-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_compile.c:
+ Revert accidential commit until decision
+
+ * zend_compile.c
+ zend_default_classes.c:
+ Make exception code more robust:
+ - Fix error in calculation of trace-string length
+ - Allow to overload __strostring() and make it work for uncaught
+ exceptions
+ - Show exception thrown while displaying exceptions
+
2003-11-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
* zend_API.c:
@@ -2170,7 +2211,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.344 2003/11/29 01:32:19 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.345 2003/11/30 01:31:13 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -3894,7 +3935,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.344 2003/11/29 01:32:19 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.345 2003/11/30 01:31:13 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>