Edit report at https://bugs.php.net/bug.php?id=64410&edit=1
ID: 64410 Updated by: a...@php.net Reported by: md dot xytop at gmail dot com Summary: sys_get_temp_dir() returns incorrect path -Status: Open +Status: Feedback Type: Bug Package: Filesystem function related Operating System: Windows 8 PHP Version: 5.3.22 Block user comment: N Private report: N New Comment: Still experiencing this issue? Couldn't repro, it's always something like C:\Users\<user>\AppData\Local\Temp for me. Anything special in your setup? Previous Comments: ------------------------------------------------------------------------ [2013-03-12 08:37:29] md dot xytop at gmail dot com Description: ------------ On Windows8 function sys_get_temp_dir() returns path 'C:\Windows' which is of course not correct Test script: --------------- echo sys_get_temp_dir(); // output: C:\Windows Expected result: ---------------- C:\Windows\Temp Actual result: -------------- C:\Windows ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64410&edit=1