chregu          Sat Nov 29 11:42:00 2003 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  Some news from ext/xsl
  
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1509 php-src/NEWS:1.1510
--- php-src/NEWS:1.1509 Sat Nov 29 10:54:07 2003
+++ php-src/NEWS        Sat Nov 29 11:41:59 2003
@@ -4,6 +4,7 @@
 - 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 @@
   . 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 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to