From 9d028122b4d6c405a8317b285bfb74030632baac Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 16 Apr 2009 13:53:24 +0000 Subject: [PATCH] BFN --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e3dbd223eaf..cd96b6d0823 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ PHP NEWS - Fixed memory leak in ob_get_clean/ob_get_flush. (Christian) - Fixed segfault on invalid session.save_path. (Hannes) +- Fixed bug #47981 (error handler not called regardless). (Hannes) - Fixed bug #47969 (ezmlm_hash() returns different values depend on OS). (Ilia) - Fixed bug #47946 (ImageConvolution overwrites background). (Ilia)