From: Christian Seiler Date: Tue, 12 Aug 2008 21:03:35 +0000 (+0000) Subject: - News: http://news.php.net/php.cvs/52239 X-Git-Tag: php-5.2.7RC1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08c90c68d05d86c7cb78e098771ecce16091dcd;p=php - News: http://news.php.net/php.cvs/52239 --- diff --git a/NEWS b/NEWS index 5ffc94f5e6..46dcc7d315 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP NEWS functions. (Andrey) - Fixed a regression when using strip_tags() and < is within an attribute. (Scott) +- Fixed a crash on invalid method in ReflectionParameter constructor. + (Christian Seiler) - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error). (Felipe)