From: Christian Stocker Date: Sat, 29 Nov 2003 16:41:59 +0000 (+0000) Subject: Some news from ext/xsl X-Git-Tag: php-5.0.0b3RC1~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8356270c809006148bef53cd999a0bce041d4a9;p=php Some news from ext/xsl --- diff --git a/NEWS b/NEWS index e7a0c4d6bb..3089f6d0f1 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP NEWS - Added possibility to call PHP functions as XSLT-functions. (Christian) - Added possibility to prevent PHP from registering variables when input filter support is used. (Derick) +- Added EXSLT support in ext/xsl. (Christian). - Added new functions: . dba_key_split() to split inifile keys in an array. (Marcus) . time_nanosleep() signal safe sleep (Magnus, Ilia) @@ -13,6 +14,7 @@ PHP NEWS . image_type_to_extension(). return extension based on image type. (Ilia) - Route stat() and family via streams API. (Sara) - Fixed __autoload() to preserve case of the passed class name. (Andi) +- Fixed bug #26384 (xsltprocessor->transformToXxx causes segfault with xsl:key). (Christian) - Fixed bug #26072 (--disable-libxml does not work). (Jani) - Fixed bug #26083 (Non-working write support in ext/dom). (Ilia) - Fixed bug #26001 (serialize crashes when accessing an overloaded object that