Reputation: 612
In google app engine, the PHP runtime for App Engine is an Experimental feature in Limited Preview. However for a limited period, only whitelisted applications may be deployed on App Engine if they use the PHP runtime.
Does anyone has an idea what does the above statement mean? whether I will be able to host my php website on GAE or not and for how long? what are the restrictions?
Upvotes: 0
Views: 462
Reputation: 2621
You can only run PHP on GAE locally for now. You can register your app for the limited preview at https://gaeforphp.appspot.com/. That would allow you to deploy it. But please note that it is still an experimental feature, so there might be some problems.
Upvotes: 1