summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2006-05-06 09:59:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2006-05-06 09:59:02 +0000
commitdaa5febadf62fcd9fcdecd434bf18d824f06097a (patch)
treee29185d30d303f4d7ad933267b9ac806428ec30e /NEWS
parent111d608ff12911afb483ce798a874644730926f4 (diff)
downloadphp-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25428a3d28..f12fc06814 100644
--- a/NEWS
+++ b/NEWS
@@ -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)