summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 0dc78b5d3b..2321976fff 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -205,6 +205,10 @@ user_dir = ; the directory under which php opens the script using /~usernam
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 2097152 ; 2 Meg default limit on file uploads
extension_dir = ./ ; directory in which the loadable extensions (modules) reside
+enable_dl = On ; Whether or not to enable the dl() function.
+ ; The dl() function does NOT properly work in multithreaded
+ ; servers, such as IIS or Zeus, and is automatically disabled
+ ; on them.
;;;;;;;;;;;;;;;;;;;;;;