]> granicus.if.org Git - php/commitdiff
BFN #48578
authorFelipe Pena <felipe@php.net>
Wed, 17 Jun 2009 16:22:14 +0000 (16:22 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 17 Jun 2009 16:22:14 +0000 (16:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e824a73878d18bbdcde37c2fef7d54a1a4c9bd76..1eaa18a0da5ea87204ad17600f1059a2709573e3 100644 (file)
--- 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).