changelog Sat Mar 15 01:33:00 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1262&r2=1.1263&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1262 ZendEngine2/ChangeLog:1.1263
--- ZendEngine2/ChangeLog:1.1262 Fri Mar 14 01:31:35 2008
+++ ZendEngine2/ChangeLog Sat Mar 15 01:33:00 2008
@@ -1,3 +1,36 @@
+2008-03-14 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_gc.c
+ zend_gc.c
+ zend_gc.h
+ zend_gc.h
+ tests/gc_029.phpt:
+ Improve GC to support garbage created in destructors during objects
+ utilization
+
+ * tests/gc_029.phpt
+ tests/gc_029.phpt:
+
+ file gc_029.phpt was initially added on branch PHP_5_3.
+
+ * zend_gc.c
+ zend_gc.c
+ zend_gc.h
+ zend_gc.h:
+ Removed commented code and unnecessary inline function
+
+ * zend_gc.c
+ zend_gc.c
+ zend_gc.h
+ zend_gc.h
+ tests/gc_028.phpt:
+ Fixed GC bug
+
+ * tests/gc_028.phpt
+ tests/gc_028.phpt:
+
+ file gc_028.phpt was initially added on branch PHP_5_3.
+
2008-03-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
* zend_ini.c
@@ -22001,7 +22034,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1262 2008/03/14 01:31:35 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1263 2008/03/15 01:33:00 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -23725,7 +23758,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1262 2008/03/14 01:31:35
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1263 2008/03/15 01:33:00
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>