summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2006-05-19 10:44:34 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2006-05-19 10:44:34 +0000
commit205bdeda417d72db9b38fcbb7651e9af5aa72749 (patch)
tree16d1e3a84f84a98d8affc2e83ea63165e02aa8bb /NEWS
parent1417222aee62a8bdea9c4e74e13ca752cb183f29 (diff)
downloadphp-git-205bdeda417d72db9b38fcbb7651e9af5aa72749.tar.gz
Name change: php_get_tmpdir() renamed to sys_get_temp_dir()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f12fc06814..0f29091882 100644
--- a/NEWS
+++ b/NEWS
@@ -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)