From: Felipe Pena Date: Wed, 17 Jun 2009 16:22:14 +0000 (+0000) Subject: BFN #48578 X-Git-Tag: php-5.3.0RC4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31f64d6943daf8713a957cf22098ecae0dfe9381;p=php BFN #48578 --- diff --git a/NEWS b/NEWS index e824a73878..1eaa18a0da 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).