From 865738238fcaf891a5bea86612963b74e7f68bb6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 31 Dec 2003 12:21:02 +0000 Subject: [PATCH] BFN --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e178ab3d051..92ec454700b 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ PHP NEWS - Fixed bug #26680 (Added version check in mysqli_report_index). (Georg) - Fixed bug #26675 (Segfault on ArrayAccess use). (Marcus) - Fixed bug #26065 (Crash when nesting classes). (Marcus) +- Fixed bug #25329 (sqlite_create_function with method and reference to $this). + (Marcus) - Fixed bug #25038 (call_user_func() issues a warning if function throws an exception). (Marcus)