summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2011-10-10 07:59:19 +0000
committerChristian Stocker <chregu@php.net>2011-10-10 07:59:19 +0000
commit777a29fce22a741fedb69c83c3e7c2129372ee0e (patch)
tree9ccc0ca7aa4d7449ff0cbf661c5778d38173181b /UPGRADING
parent92039e00b0e0ded9eeb795eda17c354727b7ea61 (diff)
downloadphp-git-777a29fce22a741fedb69c83c3e7c2129372ee0e.tar.gz
Added the xsl.security_prefs option to 5_4 and trunk and
mark it as deprecated for BC-reasons Added tests for ini option and combination of both
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 7c248d04d0..94116a1369 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -153,6 +153,15 @@ UPGRADE NOTES - PHP 5.3
- SplObjectStorage now has ArrayAccess support. It is also now possible to
store associative information with objects in SplObjectStorage.
+
+=====================
+4.1 New in PHP 5.3.9
+=====================
+
+- Write operations within XSLT (for example with the extension sax:output) are
+ disabled by default. You can define what is forbidden with the INI option
+ xsl.security_prefs. This option will be marked as deprecated in 5.4 again.
+ Use the method XsltProcess::setSecurityPrefs($options) there.
=============
5. Deprecated