Closed positlabs closed 2 years ago
I see that the dev server isn't available for 7.2 in the docs... is this extension the reason why? https://cloud.google.com/appengine/docs/standard/php/tools/using-local-server
Sorry I'm 3 years late here, but the reason is that dev_appserver.py
is for App Engine Standard generation 1, and 7.2+ is on App Engine Standard Gen 2.
I'm trying to run
dev_appserver.py
inside of a docker container, but can't get this extension to compile for php7.2. Dockerfile and errors are below.Output of
make
: