From 31f64d6943daf8713a957cf22098ecae0dfe9381 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 17 Jun 2009 16:22:14 +0000 Subject: [PATCH] BFN #48578 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e824a73878d18..1eaa18a0da5ea 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP NEWS - Added phar.phar generation for Windows. (Greg) +- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11). (Rasmus) - Fixed bug #48541 (spl_autoload_register only registers first closure, then leaks the others). (Greg) - Fixed bug #48533 (__callStatic is not invoked for private/protected methods).