-
-
Notifications
You must be signed in to change notification settings - Fork 583
Closed
Description
What steps will reproduce the problem?
1. sys_get_temp_dir(); returns "C:\windows"
2. This folder is not writeable by php
3. This causes extensions to malfunction when they need to write temporary files
I would expect the temp folder to be C:\windows\temp or something that I can
write to.
I am using php_desktop_msie_v10 on Windows 8.
First, I'd like to say that I really like this runtime environment. It's a
great idea and I've found it very easy to work with. I'm running into this
problem when trying to use ImageMagick, but I can see it being a problem with
other extensions as well. I can't find a php.ini directive to change the temp
folder, so I'm wondering if there's some other way to do it?
Original issue reported on code.google.com by [email protected]
on 3 Jul 2013 at 9:02
Metadata
Metadata
Assignees
Labels
No labels