summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2011-10-06 18:30:55 +0000
committerChristian Stocker <chregu@php.net>2011-10-06 18:30:55 +0000
commitc9b5d92821db7335632f8578871e2b75ac018f2a (patch)
tree60a5010a9aeedb18744e4c5db94df2f1d7b98ed6 /php.ini-production
parent48077f321f69e77725d1363f35f5b45015f40dc8 (diff)
downloadphp-git-c9b5d92821db7335632f8578871e2b75ac018f2a.tar.gz
Fix wrong comment
Add new xsl ini options to php.ini
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index 89c1bed7c8..018874b975 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1895,6 +1895,12 @@ ldap.max_links = -1
[dba]
;dba.default_handler=
+[xsl]
+; Write operations from within XSLT are disabled by default.
+; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44
+; Set it to 0 to allow all operations
+;xsl.security_prefs = 44
+
; Local Variables:
; tab-width: 4
; End: