summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-01-29 19:50:00 +0100
committerJohannes Schlüter <johannes@php.net>2013-01-29 19:50:00 +0100
commit078b025a15a22c290f36e66b0c3336376623266e (patch)
treefcf8dc6d71225f86848056b73d999053730b4e93 /php.ini-production
parentd7d9ce0f4257d65527766b367aefcea25ef264f4 (diff)
parent3bedc8ec277a246db6d3bfbe6313a861e46c4505 (diff)
downloadphp-git-078b025a15a22c290f36e66b0c3336376623266e.tar.gz
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index dce8fc970c..7d84c9b879 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -729,6 +729,10 @@ user_dir =
; On windows:
; extension_dir = "ext"
+; Directory where the temporary files should be placed.
+; Defaults to the system default (see sys_get_temp_dir)
+; sys_temp_dir = "/tmp"
+
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.