From 6e808e2fe72870f94c978864fd37f89ecce3d703 Mon Sep 17 00:00:00 2001 From: Date: Mon, 9 Feb 2009 01:32:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 +++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5f748ac4899..0beb8659604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2009-02-08 Lukas Smith + + * README.RELEASE_PROCESS: + MFB primary testers list is now mailed for every release + + * (PHP_5_3) + README.RELEASE_PROCESS: + primary testers list is now mailed for every release + +2009-02-08 Derick Rethans + + * (PHP_5_3) + ZendEngine2/zend_gc.c + ZendEngine2/tests/gc_031.phpt: + - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 + causes segfault. + + * ZendEngine2/zend_gc.c + ZendEngine2/tests/gc_031.phpt + ZendEngine2/tests/gc_031.phpt: + - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 + causes + segfault. + +2009-02-08 Ilia Alshanetsky + + * main/streams/xp_socket.c: + MFB: MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when + the remote end restarts) + + * (PHP_5_2) + main/streams/xp_socket.c: + + MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when the + remote end restarts) + + 2009-02-06 Antony Dovgal * ext/standard/scanf.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4c8b1f11a1f..27277f3394d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2009-02-08 Derick Rethans + + * (PHP_5_3) + zend_gc.c + tests/gc_031.phpt: + - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 + causes segfault. + + * zend_gc.c + tests/gc_031.phpt + tests/gc_031.phpt: + - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 + causes + segfault. + 2009-02-02 Nuno Lopes * zend_ini_scanner.c