From: Marcus Boerger Date: Sat, 27 Dec 2003 22:20:55 +0000 (+0000) Subject: Fixed Bug #25329 sqlite_create_function with method and reference to $this X-Git-Tag: php-4.3.5RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9279a6b81ea47ef744b1c4619ca29809816e885;p=php Fixed Bug #25329 sqlite_create_function with method and reference to $this --- diff --git a/NEWS b/NEWS index 5d1fbee618..b2cc3fb9c2 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,8 @@ PHP 4 NEWS - Fixed bug #25664 (calling ITypeInfo::Invoke with bogus params). (Wez) - Fixed bug #25581 (getimagesize () return incorrect values on bitmap (os2) files). (Marcus) +- Fixed bug #25329 (sqlite_create_function with method and reference to $this). + (Marcus). - Fixed bug #24773 (Unsetting string offsets crashes PHP). (Moriyoshi, Sara) 3 Nov 2003, Version 4.3.4