That was true a few years ago. Today PHP is supported by both, the standard environment and the flexible environment <https://cloud.google.com/appengine/docs/php/> of App Engine. Look into the comparison of the two PHP environments to pick the best one for your app. Generally speaking, while the standard environment is more restrictive than the flexible environment, it also needs less effort to manage and operate the app. However, you can combine both environments in the same App Engine app (project), or even different languages, where you put each into one service (module) and deploy them together. For starters, it should be easier though to pick just one language and environment and stick with it until you feel comfortable with the platform.
On Wednesday, May 16, 2018 at 5:06:08 AM UTC+2, Richard Bernstein wrote: > > in Google Cloud App engine. Can I assume that my php app won't be able to > run? Or is there a workaround? > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7e3cc4ad-e453-4b5c-a30b-bc8d9e9634b5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
