diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-25 17:34:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-25 17:34:29 +0100 |
commit | b9dd2497de6592e280cb050e614176bd17193a38 (patch) | |
tree | a537dab4ceb99a48d18e98965443a6c868811866 /php.ini | |
parent | a78ef013a257bddda133d61c2a5fdac988bd0359 (diff) |
php.ini sync with upstream
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |