Hi James,
Thanks for opening this thread,
To answer your question you are right the dev_appserver.py is not supported with the PHP 7.2 and PHP 7.3 runtimes.
To test your app locally you can download and install PHP 7.2 or PHP 7.3 and set up a web server.
Dev_appserver.py will still be available for PHP 5/7 and no deprecation is planned for the moment.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/478d514d-d1b4-46a4-9e91-9fb715cc7439%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/23ab05d6-eb3b-45f2-8282-479f7c3f14ec%40googlegroups.com.
If you don't mind me asking, what are the features of dev_appserver.py that are still useful with the newer runtimes, which do not have App Engine-specific APIs and client libraries that dev_appserver was originally intended to mock and emulate?
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e827acfd-b148-4d49-a8d8-da676e9c79f4%40googlegroups.com.
We don't have a replacement for that functionality yet, but I'll record that that's a missing link for people migrating. Thank you!
On Fri, Jun 14, 2019 at 3:02 PM Nicolas Grilly <nic...@garden-paris.com> wrote:
On Friday, June 14, 2019 at 11:10:21 PM UTC+2, Andrew Gorcester wrote:--If you don't mind me asking, what are the features of dev_appserver.py that are still useful with the newer runtimes, which do not have App Engine-specific APIs and client libraries that dev_appserver was originally intended to mock and emulate?dev_appserver.py seems still useful to emulate dispatch.yaml and static handlers locally. Is there an alternative?
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-a...@googlegroups.com.
Hi,
I totally agree with you, we have to make App Engine the easiest and most intuitive experience the developer that's why in the second generation we made it easier to run locally by being able to run locally with the tools that you normally use.
Alse you can test your application by deploying with the --no-promote flag which would deploy the application without allocating any traffic to the deployed version.
gcloud app deploy --no-promote