changelog Sat Aug 7 20:34:33 2004 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.519&r2=1.520&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.519 ZendEngine2/ChangeLog:1.520
--- ZendEngine2/ChangeLog:1.519 Thu Aug 5 20:33:59 2004
+++ ZendEngine2/ChangeLog Sat Aug 7 20:34:33 2004
@@ -1,3 +1,11 @@
+2004-08-07 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend_alloc.h:
+ - Commit Derick's patch for allowing Zend to use regular libc memory
+ - allocation functions. Mainly useful in conjunction with tools such as
+ - valgrind which enables us to find bugs we might not find with the
+ - current memory managers boundary protection.
+
2004-08-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
* zend_builtin_functions.c:
@@ -5261,7 +5269,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.519 2004/08/06 00:33:59 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.520 2004/08/08 00:34:33 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -6985,7 +6993,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.519 2004/08/06 00:33:59 changelog
Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.520 2004/08/08 00:34:33 changelog
Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>