Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine with PHP 7 Support

Currently, PHP runtime on Google App Engine is available for every developer. However, it is PHP version 5.5.xx. Even though Google Cloud team have introduced a ManagedVMs, which allows developer to flexibly set up and customize runtime environment. Anyway, there is no evidence of customizable PHP in ManageVMs. The only way for now is moving to Compute Engine or Container Engine instead.

I want to figure out the Google Cloud team's road map about the future of PHP in Google App Engine where allow developer to focus on building the scalable application in more fast, more secure, more advanced syntax such as PHP7.

like image 219
Suthat Avatar asked Nov 10 '16 12:11

Suthat


1 Answers

You can run PHP 7 on Google App Engine flexible environment. The PHP support is still early (beta) and the documentation and samples are still being developed. Alternatively, you can use a custom runtime on the flexible environment and run your own dockerfile of your choosing.

like image 62
BrettJ Avatar answered Sep 21 '22 04:09

BrettJ