]> granicus.if.org Git - php/commitdiff
Added credentials to XSL NEWS entry
authorChristian Stocker <chregu@php.net>
Tue, 12 Jul 2011 06:56:11 +0000 (06:56 +0000)
committerChristian Stocker <chregu@php.net>
Tue, 12 Jul 2011 06:56:11 +0000 (06:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 745cb80b2b0c71d6c9d2fcb8c0796bbca234670a..4cdc72560346494c2237a25d38faed9b44136a27 100644 (file)
--- a/NEWS
+++ b/NEWS
 - Improved XSL extension:
   . Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to 
     define forbidden operations within XSLT stylesheets, default is not to 
-    enable any write operations from XSLT anymore. Bug #54446
+    enable write operations from XSLT. Bug #54446 (Chregu, Nicolas Gregoire)
 
 - Improved ZLIB extension:
   . Re-implemented non-file related functionality. (Mike)