You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this setting you may set the temp directory for example to "temp" so that
this is a local directory located in your application directory. You may also
set it to "C:\Windows\Temp", but writing to this directory requires
administrative privileges due to UAC security features.
By default phpdesktop uses the GetTempPath() windows API function to set the
temp directory environment variables. This sets it to a directory like
`C:\Users\USER\AppData\Local\Temp\`. But there is some problem with this
directory, its path may contain unicode characters and php does not support
unicode paths, it cannot write to a directory if one of the parent directories
in its path contain unicode characters.
Original issue reported on code.google.com by czarek.t...@gmail.com on 25 Jan 2014 at 9:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 25 Jan 2014 at 9:25The text was updated successfully, but these errors were encountered: