From b9dd2497de6592e280cb050e614176bd17193a38 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Mar 2013 17:34:29 +0100 Subject: php.ini sync with upstream --- php.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php.ini') 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. -- cgit