FFY00 / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Allow renaming php.exe to myprogram-php.exe, so that it can be identified in processes #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Allow renaming php.exe file so that in Task Manager processes
it can be identified with the application.

Original issue reported on code.google.com by czarek.t...@gmail.com on 13 Jan 2013 at 1:22

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 13 Jan 2013 at 1:22

GoogleCodeExporter commented 8 years ago
This will be possible to change through settings.json file
(Issue 4), just change the path to php_cgi_executable:

    web_server -> php_cgi_executable = "php\\php-cgi.exe"

Original comment by czarek.t...@gmail.com on 16 Jan 2013 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 16 Jan 2013 at 5:52

GoogleCodeExporter commented 8 years ago
Feature added in revision d934bde8d2a6. 

In settings file there is a "php_executable" option under "web_server",
you can put a custom path to php executable file.

Original comment by czarek.t...@gmail.com on 18 Jan 2013 at 11:57

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/5

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