diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2006-05-19 10:44:34 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2006-05-19 10:44:34 +0000 |
commit | 205bdeda417d72db9b38fcbb7651e9af5aa72749 (patch) | |
tree | 16d1e3a84f84a98d8affc2e83ea63165e02aa8bb /NEWS | |
parent | 1417222aee62a8bdea9c4e74e13ca752cb183f29 (diff) | |
download | php-git-205bdeda417d72db9b38fcbb7651e9af5aa72749.tar.gz |
Name change: php_get_tmpdir() renamed to sys_get_temp_dir()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ PHP NEWS defined using reflection API. (Johannes) - Added second optional parameter to stream_context_create() to set params during context creation. (Sara) -- Added php_get_tmpdir() function that returns the default directory for +- Added sys_get_temp_dir() function that returns the default directory for temporary files (as requested in bug #35380). (Hartmut) - Fixed bug #36630 (umask not reset at the end of the request). (Ilia) |