]> granicus.if.org Git - php/commitdiff
Fixed bug #29573.
authorChristian Stocker <chregu@php.net>
Sun, 8 Aug 2004 18:09:46 +0000 (18:09 +0000)
committerChristian Stocker <chregu@php.net>
Sun, 8 Aug 2004 18:09:46 +0000 (18:09 +0000)
NEWS

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