开发者

Can I run php mysql in google app engine

I am planning to create a facebook canvas app using php sdk.

Google app engine providing free account so I am planning to do it.

But still there is a problem , right now google app engine support only java and python.

Is there any way to run php and mysql in google app engine?开发者_如何学Python


Okay, I am two years late, but from today PHP is officially available on Google App Engine.


PHP can't run natively on the App Engine. But, there is an open source tool called Quercus, a 100% Java implementation of the PHP language (requires JDK 1.5). Since the App Engine now supports Java this means you can use Quercus to run PHP scripts on the App Engine.


You can run PHP scripts on App Engine in the JVM with Quercus; however, it's still not possible to use mySQL; you'll need to use the App Engine datastore. This will require rewriting any code that touches a database, so existing PHP scripts aren't going to work without a lot of hacking.

Note: relational database support is on the App Engine roadmap, but no one knows exactly when it will be available, or whether the relational database made available will be mySQL.


Google App engine now supports PHP run time. Check official documentation here - https://developers.google.com/appengine/docs/php/

You can check this blog for details on announcement - http://spsneo.com/blog/2013/05/18/php-on-google-app-engine/


Quercus is not as good as running PHP natively and it has known issues. As i understand you are starting to create an application, so i suggest using Python in appengine. Its very easy to get started.

If you have LAMP based application in mind and if you do not want to learn a new language check out Amazon Beanstalk.

I suggest making a decision based on the strengths of the platform and flexibility you need.


Google has officially announced its support for PHP on Google App Engine (GAE)

How to host PHP web application on GAE for free is explained in this tutorial.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜