Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the temp_dir option to settings.json #70

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments
Closed

Add the temp_dir option to settings.json #70

GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Done in revision c41bb324143e. The setting is named "cgi_temp_dir".

Original comment by czarek.t...@gmail.com on 25 Jan 2014 at 6:09

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/70

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 3:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant