Home >Backend Development >PHP Tutorial >Google App Engine上运行PHP

Google App Engine上运行PHP

WBOY
WBOYOriginal
2016-06-23 14:28:471040browse

能在Google App Engine上运行PHP了!运行的办法是在Java上面跑PHP支持。 

感谢Quercus 项目,能够在GAE上的Java 虚拟机上运行PHP 5应用。 

查看Quercus 项目:http://www.caucho.com/resin-3.0/quercus/ 

同时一位叫Roshan 的工程师 发布了一篇博客,报告在 Google AppEngine 使用Quercus运行PHP经过: 

http://www.phpclasses.org/discuss/blog/PHP-Classes-blog/post/77/thread/5/ 

更多详情:http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/ 

同时通过微软的.NET虚拟机,也可以让PHP 运行在微软的Azure上: 

http://www.php-compiler.net/ 

http://www.phpclasses.org/blog/post/85-What-is-Microsoft-up-to-with-PHP.html 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP下载文件函数Next article:PHP经典循环例子