Google Code Exporter
Google Code Exporter
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/99 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:29
``` In PHP bug 44942 there is a comment by claudix with a supposedly workaround fix by making calls to session_start() and session_write_close(), and using proc_open/proc_close functions instead of system()....
``` A FINAL SOLUTION TO THIS ISSUE. Use a command like this: "echo | command...". For example: $output = shell_exec("echo | {$_ENV['SYSTEMROOT']}\System32\wbem\wmic.exe path win32_computersystemproduct get uuid"); if ($output) echo "Command...
Original comment by `[email protected]` on 21 Oct 2014 at 10:38 - Added labels: **Restrict-AddIssueComment-Commit**
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/91 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:28
``` A solution may be to be able to set environment variables through the settings.json file. Setting PYTHONHOME / PYTHONPATH may be required for the python to work. ``` Original...
``` Setting PYTHONPATH / PYTHONHOME is currently possible using the --cgi-environment command line parameter, see the CGIEnvironmentFromArgs wiki page. ``` Original comment by `[email protected]` on 11 May 2014 at 2:18
``` Another temporary solution is to use a batch file, phpdesktop.bat: set PYTHONHOME=%~dp0python set PYTHONPATH=%~dp0python\Lib set PATH=%PYTHONHOME%;%PATH% start "My Title" "%~dp0python-desktop-chrome.exe" ``` Original comment by `[email protected]` on 11 May 2014...
``` [deleted comment] ```
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/141 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:33