shadimh / google-appengine-wx-launcher

Automatically exported from code.google.com/p/google-appengine-wx-launcher
Apache License 2.0
0 stars 0 forks source link

Launcher doesn't support php_executable_path #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Try to launch a PHP based app using the launcher, get PHP executable not found 
error message when loading the page.

Patch file below adds a php_runtime preference to be set to the path to 
php-cgi.exe

I had to remove --admin_server_console in order to run with the latest SDK/app 
engine.

Note: ideally there should be some form of check on php_runtime and only add 
the command line option if the preference is set - I'm just not a python coder 
so I hacked this in.

Original issue reported on code.google.com by garyam...@gmail.com on 8 Aug 2013 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago
Hi I'm new to GAE. I'm wondering how to run this .patch file on windows? Thanks

Original comment by futurewe...@gmail.com on 13 Aug 2013 at 9:31