diff options
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,9 @@ UPGRADE NOTES - PHP X.Y just the first matching node. - All SimpleXMLElement children are now always printed when using var_dump(), var_export(), and print_r(). +- Write operations within XSLT (for example with the extension sax:output) are + disabled by default. You can define what is forbidden with the method + XsltProcess::setSecurityPrefs($options) =================================== 5. Changes made to existing methods |