PHP Support in Google App Engine

Tagged:  •  

Google App Engine now supports Java, this means that you can write PHP applications using Quercus: Demo script (http://weirdhenge.appspot.com/test.php)

The App Engine SDK for Java includes:

* A Web application and Web server (Jetty) that emulates all App Engine services on your local development machine.
* All the APIs and libraries available on App Engine.
* Support to upload your application to App Engine.

Learn how to run PHP with Quercus in Jetty Web Server - http://blog.fedecarg.com/2009/01/04/running-php-with-quercus-in-jetty-web-server/