diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2006-05-06 09:59:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2006-05-06 09:59:02 +0000 |
commit | daa5febadf62fcd9fcdecd434bf18d824f06097a (patch) | |
tree | e29185d30d303f4d7ad933267b9ac806428ec30e /NEWS | |
parent | 111d608ff12911afb483ce798a874644730926f4 (diff) | |
download | php-git-daa5febadf62fcd9fcdecd434bf18d824f06097a.tar.gz |
Added php_get_tmpdir() function that returns the default directory for
temporary files (as requested in bug #35380)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ 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 + temporary files (as requested in bug #35380). (Hartmut) - Fixed bug #36630 (umask not reset at the end of the request). (Ilia) - Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus) |