Joshua Eichorn's Blog: PHP Running on Java
Joshua Eichorn points out an interesting project in a new post to his blog today - quercus. I found an interesting project, quercus that compiles PHP to Java Bytecode allowing it to run ontop of the...
View ArticleVinu Thomas's Blog: Quercus - PHP5 in 100% Java
On his blog today, Vinu Thomas points out a faster way to run PHP natively on a pure Java server - Quercus. As a side benefit, it can also interact with the Java code already in the application/on the...
View ArticleToomas Romer's Blog: SoC - Next Release Is Out (Eclipse Plugins in Php)
Toomas Romer has posted about his latest release for the framework he's developed to create a simple Eclipse plugin with PHP. After three weeks we have the next release of Eclipse Plugins in Php...
View ArticlePHPImpact Blog: PHP implemented in 100% Java
In this recent post to the PHP::Impact blog, Federico talks about a slightly scary thing - a version of PHP implemented 100% in Java. Quercus allows developers to incorporate Java code into PHP web...
View ArticlePHPImpact Blog: Running PHP with Quercus in Jetty Web Server
The PHP::Impact blog has a new post looking at how to run PHP on a Jetty (Java) web server using Quercus. Tomcat and Jetty are very similar. Jetty can be invoked and installed as a stand alone...
View ArticleDeveloper.com: Quercus: Bring Java's Power to Your PHP Development (and Vice...
On Developer.com today there's a new tutorial about Quercus - the Java-based implementation of PHP - and how to get it up and running in your environment. Imagine the possibilities when a PHP...
View Article