summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-25 17:34:29 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-25 17:34:29 +0100
commitb9dd2497de6592e280cb050e614176bd17193a38 (patch)
treea537dab4ceb99a48d18e98965443a6c868811866 /php.ini
parenta78ef013a257bddda133d61c2a5fdac988bd0359 (diff)
php.ini sync with upstream
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini b/php.ini
index 98dfed8..8da53bb 100644
--- a/php.ini
+++ b/php.ini
@@ -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.