+2009-05-30 Arnaud Le Blanc <arnaud.lb@gmail.com>
+
+ * (PHP_5_2)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ZendEngine2/zend_alloc.c
+ ZendEngine2/zend_alloc.c:
+ MFH: Take small blocks cache into account in memory_get_usage()
+
+ * ZendEngine2/zend_alloc.c:
+ Take small blocks cache into account in memory_get_usage()
+
+ * (PHP_5_2)
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_execute.h:
+ MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+ * ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+2009-05-30 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_3)
+ main/main.c:
+ MFH: Make sure the timeout is checked in the shutdown function, patch from
+ Etienne
+
+ * main/main.c:
+ Make sure the timeout is checked in the shutdown function, patch from
+ Etienne
+
2009-05-29 Ulf Wendel <ulf.wendel@phpdoc.de>
* (PHP_5_3)
+2009-05-30 Arnaud Le Blanc <arnaud.lb@gmail.com>
+
+ * (PHP_5_2)
+ zend_alloc.c
+ zend_alloc.c:
+ MFH: Take small blocks cache into account in memory_get_usage()
+
+ * zend_alloc.c:
+ Take small blocks cache into account in memory_get_usage()
+
+ * (PHP_5_2)
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h:
+ MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+ * zend_vm_def.h
+ zend_vm_execute.h:
+ Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
2009-05-29 Pierre-Alain Joye <pierre.dev@gmail.com>
* tests/bug42143.phpt: