Google app engine php executable path not found

后端 未结 4 1875
执笔经年
执笔经年 2020-12-19 16:57

Followed the steps given on the official google app engine page for installing the sdk for php->

https://developers.google.com/appengine/docs/php/gettingstarted/hell

4条回答
  •  星月不相逢
    2020-12-19 17:47

    On windows:

    Download php at here https://www.php.net/downloads.php
    Example the path for download D:\php72

    Run app:

    dev_appserver.py --php_executable_path="D:\php72\php-cgi.exe" path_app/app.yaml
    

提交回复
热议问题