|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2013-03-12 08:37 UTC] 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 18:00:02 2025 UTC | 
In same context, the tempnam function reproduce this bug : echo tempnam("", ""); returns: 'C:\Windows\A760.tmp'