diff options
author | Stanislav Malyshev <stas@php.net> | 2012-06-26 15:22:29 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-06-26 15:22:29 -0700 |
commit | ad2bee193d9850cac9e214e9293f4dc3cd77d857 (patch) | |
tree | 6275eb8c9f9bcd070f1cf8f3c56ae6ef61da5ab2 /php.ini-development | |
parent | ce2082d24f2461b6403e13563ed18656a95581fa (diff) | |
download | php-git-ad2bee193d9850cac9e214e9293f4dc3cd77d857.tar.gz |
ws fix
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development index 13755165b1..d1fa7a35e8 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1909,7 +1909,7 @@ ldap.max_links = -1 [xsl] ; Write operations from within XSLT are disabled by default. -; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44 +; 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 |