From: Christian Stocker Date: Sun, 8 Aug 2004 18:09:46 +0000 (+0000) Subject: Fixed bug #29573. X-Git-Tag: php-5.0.1RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a737e92b08fd4aadbddcf06425a95725f75f8374;p=php Fixed bug #29573. --- diff --git a/NEWS b/NEWS index 154bf08d18..1cff51a445 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - Updated several libraries bundled with the windows release which now includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin) - Improved and moved ActiveScript SAPI to PECL. (Wez) +- Fixed bug #29573 (Segmentation fault, when exception thrown within + PHP function called from XSLT). (Christian) - Fixed bug #29505 (get_class_vars() severely broken when used with arrays). (Marcus) - Fixed bug #29490 (.Net object instantiation failed). (Michael Sisolak).