Google App Engine with PHP 7 Support -


currently, php runtime on google app engine available every developer. however, php version 5.5.xx. though google cloud team have introduced managedvms, allows developer flexibly set , customize runtime environment. anyway, there no evidence of customizable php in managevms. way moving compute engine or container engine instead.

i want figure out google cloud team's road map future of php in google app engine allow developer focus on building scalable application in more fast, more secure, more advanced syntax such php7.

i've got php7 google app engine , running quite quickly. follow tutorial , see git

https://cloud.google.com/appengine/docs/flexible/php/quickstart https://github.com/googlecloudplatform/getting-started-php

basically it's composer.json file specify php version , app.yaml file

runtime: php env: flex  runtime_config:   document_root: public 

google app engine creates docker container(s) project , deploys them flexible environment on gae.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -