<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for Caucho Technology</title>
	<atom:link href="http://blog.caucho.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.caucho.com</link>
	<description>Inside info, thoughts, and opinions from Caucho engineers</description>
	<pubDate>Sun, 19 May 2013 17:06:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Quercus, meet PHP 5.4 and shake hands, please by nam</title>
		<link>http://blog.caucho.com/2012/12/29/quercus-meet-php-54-and-shake-hands/comment-page-1/#comment-25766</link>
		<dc:creator>nam</dc:creator>
		<pubDate>Thu, 16 May 2013 11:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1125#comment-25766</guid>
		<description>Hi,

I filed a bug report for it at:
http://bugs.caucho.com/view.php?id=5443

We should be implementing it shortly.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I filed a bug report for it at:<br />
<a href="http://bugs.caucho.com/view.php?id=5443" rel="nofollow">http://bugs.caucho.com/view.php?id=5443</a></p>
<p>We should be implementing it shortly.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus, meet PHP 5.4 and shake hands, please by jsnoriegam</title>
		<link>http://blog.caucho.com/2012/12/29/quercus-meet-php-54-and-shake-hands/comment-page-1/#comment-25763</link>
		<dc:creator>jsnoriegam</dc:creator>
		<pubDate>Sat, 27 Apr 2013 16:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1125#comment-25763</guid>
		<description>Hello i was trying to run an app developed on fuelphp and i noticed that php 5.3 class_alias function was not implemented, why is that?

will it be implemented in the future?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello i was trying to run an app developed on fuelphp and i noticed that php 5.3 class_alias function was not implemented, why is that?</p>
<p>will it be implemented in the future?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine - 2.0 by nam</title>
		<link>http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/comment-page-1/#comment-21741</link>
		<dc:creator>nam</dc:creator>
		<pubDate>Tue, 12 Mar 2013 05:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1100#comment-21741</guid>
		<description>Hi coolestcooldue, can you post the stacktrace in your logs for that 500?</description>
		<content:encoded><![CDATA[<p>Hi coolestcooldue, can you post the stacktrace in your logs for that 500?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine - 2.0 by coolestcooldude</title>
		<link>http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/comment-page-1/#comment-20756</link>
		<dc:creator>coolestcooldude</dc:creator>
		<pubDate>Mon, 04 Mar 2013 10:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1100#comment-20756</guid>
		<description>I am trying to set this up, but I have stumbled upon a road block. Everything works fine till I give the cloud-storage-bucket parameter. Here is the URL http://test-env-1.appspot.com/; It gives a 500 Server error. Is this because I missed out on some settings? any help would be appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>I am trying to set this up, but I have stumbled upon a road block. Everything works fine till I give the cloud-storage-bucket parameter. Here is the URL <a href="http://test-env-1.appspot.com/" rel="nofollow">http://test-env-1.appspot.com/</a>; It gives a 500 Server error. Is this because I missed out on some settings? any help would be appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine - 2.0 by nam</title>
		<link>http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/comment-page-1/#comment-19898</link>
		<dc:creator>nam</dc:creator>
		<pubDate>Mon, 25 Feb 2013 22:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1100#comment-19898</guid>
		<description>For the database error, make sure the jdbc connection string is correct and that you have granted the appropriate permissions.

$url = "jdbc:google:rdbms://my_instance:name"

or you can just shorthand it:

$url = "my_instance:name";

Quercus uses javax.mail, and since GAE provides a javax.mail driver, theoretically things should work.  However, that doesn't appear to be the case  It's just a matter of going through GAE's javax.mail and seeing what it supports and what it doesn't.

As a workaround, you can call GAE's mail services directly from Quercus/PHP.</description>
		<content:encoded><![CDATA[<p>For the database error, make sure the jdbc connection string is correct and that you have granted the appropriate permissions.</p>
<p>$url = &#8220;jdbc:google:rdbms://my_instance:name&#8221;</p>
<p>or you can just shorthand it:</p>
<p>$url = &#8220;my_instance:name&#8221;;</p>
<p>Quercus uses javax.mail, and since GAE provides a javax.mail driver, theoretically things should work.  However, that doesn&#8217;t appear to be the case  It&#8217;s just a matter of going through GAE&#8217;s javax.mail and seeing what it supports and what it doesn&#8217;t.</p>
<p>As a workaround, you can call GAE&#8217;s mail services directly from Quercus/PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine - 2.0 by ervimalcs</title>
		<link>http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/comment-page-1/#comment-18652</link>
		<dc:creator>ervimalcs</dc:creator>
		<pubDate>Thu, 14 Feb 2013 20:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1100#comment-18652</guid>
		<description>Hi,
Thanks for this post. 

I followed it step by step and have been able to run Wordpress on my local machine - under eclipse as a GAE web application. But when I uploaded it on GAE, it is throwing database connection error. Please guide.

One more question - GAE does not support mail sending via SMTP and we must use GAE's mail service for the same. How this is taken care of when I run Wordpress on GAE?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this post. </p>
<p>I followed it step by step and have been able to run Wordpress on my local machine - under eclipse as a GAE web application. But when I uploaded it on GAE, it is throwing database connection error. Please guide.</p>
<p>One more question - GAE does not support mail sending via SMTP and we must use GAE&#8217;s mail service for the same. How this is taken care of when I run Wordpress on GAE?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PHP as a Spring MVC View via Quercus by zia7770</title>
		<link>http://blog.caucho.com/2009/04/14/using-php-as-a-spring-mvc-view-via-quercus/comment-page-1/#comment-16909</link>
		<dc:creator>zia7770</dc:creator>
		<pubDate>Tue, 29 Jan 2013 08:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=184#comment-16909</guid>
		<description>Hi Emil,

Can we use Apache tiles or Sitemesh templating framework while using PHP as a view? If yes, could you please help how to do that?

-Zia</description>
		<content:encoded><![CDATA[<p>Hi Emil,</p>
<p>Can we use Apache tiles or Sitemesh templating framework while using PHP as a view? If yes, could you please help how to do that?</p>
<p>-Zia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using PHP as a Spring MVC View via Quercus by zia7770</title>
		<link>http://blog.caucho.com/2009/04/14/using-php-as-a-spring-mvc-view-via-quercus/comment-page-1/#comment-16204</link>
		<dc:creator>zia7770</dc:creator>
		<pubDate>Mon, 21 Jan 2013 07:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=184#comment-16204</guid>
		<description>Hi Emil, where can I download the source code of this demo project? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Emil, where can I download the source code of this demo project? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine - 2.0 by AMZMA</title>
		<link>http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/comment-page-1/#comment-15284</link>
		<dc:creator>AMZMA</dc:creator>
		<pubDate>Sat, 12 Jan 2013 01:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=1100#comment-15284</guid>
		<description>talking about Google Cloud Storage, can i use dropbox for this?</description>
		<content:encoded><![CDATA[<p>talking about Google Cloud Storage, can i use dropbox for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quercus on Google App Engine by Caucho Technology &#187; Blog Archive &#187; Quercus on Google App Engine - 2.0</title>
		<link>http://blog.caucho.com/2009/05/31/quercus-on-google-app-engine/comment-page-1/#comment-13033</link>
		<dc:creator>Caucho Technology &#187; Blog Archive &#187; Quercus on Google App Engine - 2.0</dc:creator>
		<pubDate>Thu, 06 Dec 2012 12:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=196#comment-13033</guid>
		<description>[...] 3.5 years ago to this day since I last wrote about running Quercus on Google App Engine (GAE).Â The article detailed a crazy experiment to get a PHP application, Wordpress,Â running on GAE. I still remember [...]</description>
		<content:encoded><![CDATA[<p>[...] 3.5 years ago to this day since I last wrote about running Quercus on Google App Engine (GAE).Â The article detailed a crazy experiment to get a PHP application, Wordpress,Â running on GAE. I still remember [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
