changelog Wed Jan 23 01:31:38 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1224&r2=1.1225&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1224 ZendEngine2/ChangeLog:1.1225
--- ZendEngine2/ChangeLog:1.1224 Tue Jan 22 01:31:33 2008
+++ ZendEngine2/ChangeLog Wed Jan 23 01:31:38 2008
@@ -1,3 +1,117 @@
+2008-01-22 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend.c
+ zend.c
+ zend.h
+ zend.h
+ zend_builtin_functions.c
+ zend_builtin_functions.c
+ zend_execute.c
+ zend_execute.c
+ zend_execute_API.c
+ zend_execute_API.c
+ zend_gc.c
+ zend_gc.h
+ zend_objects_API.c
+ zend_objects_API.h
+ zend_operators.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ tests/gc_001.phpt
+ tests/gc_002.phpt
+ tests/gc_003.phpt
+ tests/gc_004.phpt
+ tests/gc_005.phpt
+ tests/gc_006.phpt
+ tests/gc_007.phpt
+ tests/gc_008.phpt
+ tests/gc_009.phpt
+ tests/gc_010.phpt
+ tests/gc_011.phpt
+ tests/gc_012.phpt
+ tests/gc_013.phpt
+ tests/gc_014.phpt
+ tests/gc_015.phpt
+ tests/gc_016.phpt
+ tests/gc_017.phpt
+ tests/gc_018.phpt
+ tests/gc_019.phpt
+ tests/gc_020.phpt
+ tests/gc_021.phpt
+ tests/gc_022.phpt
+ tests/gc_023.phpt
+ tests/gc_024.phpt
+ tests/gc_025.phpt
+ tests/gc_026.phpt:
+ Added garbage collector
+
+ * tests/gc_001.phpt
+ tests/gc_001.phpt
+ tests/gc_002.phpt
+ tests/gc_002.phpt
+ tests/gc_003.phpt
+ tests/gc_003.phpt
+ tests/gc_004.phpt
+ tests/gc_004.phpt
+ tests/gc_005.phpt
+ tests/gc_005.phpt
+ tests/gc_006.phpt
+ tests/gc_006.phpt
+ tests/gc_007.phpt
+ tests/gc_007.phpt
+ tests/gc_008.phpt
+ tests/gc_008.phpt
+ tests/gc_009.phpt
+ tests/gc_009.phpt
+ tests/gc_010.phpt
+ tests/gc_010.phpt
+ tests/gc_011.phpt
+ tests/gc_011.phpt
+ tests/gc_012.phpt
+ tests/gc_012.phpt
+ tests/gc_013.phpt
+ tests/gc_013.phpt
+ tests/gc_014.phpt
+ tests/gc_014.phpt
+ tests/gc_015.phpt
+ tests/gc_015.phpt
+ tests/gc_016.phpt
+ tests/gc_016.phpt
+ tests/gc_017.phpt
+ tests/gc_017.phpt
+ tests/gc_018.phpt
+ tests/gc_018.phpt
+ tests/gc_019.phpt
+ tests/gc_019.phpt
+ tests/gc_020.phpt
+ tests/gc_020.phpt
+ tests/gc_021.phpt
+ tests/gc_021.phpt
+ tests/gc_022.phpt
+ tests/gc_022.phpt
+ tests/gc_023.phpt
+ tests/gc_023.phpt
+ tests/gc_024.phpt
+ tests/gc_024.phpt
+ tests/gc_025.phpt
+ tests/gc_025.phpt
+ tests/gc_026.phpt
+ tests/gc_026.phpt:
+
+ file gc_001.phpt was initially added on branch PHP_5_3.
+
+ * zend_gc.c
+ zend_gc.c
+ zend_gc.h
+ zend_gc.h
+ zend_objects_API.c
+ zend_objects_API.h
+ zend_operators.c
+ zend_vm_def.h
+ zend_vm_execute.h:
+
+ file zend_gc.c was initially added on branch PHP_5_3.
+
2008-01-21 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -20754,7 +20868,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1224 2008/01/22 01:31:33 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1225 2008/01/23 01:31:38 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -22478,7 +22592,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1224 2008/01/22 01:31:33
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1225 2008/01/23 01:31:38
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>