<?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 on: PHP on Google App Engine</title>
	<atom:link href="http://brian.brispace.net/2009/04/09/php-on-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/</link>
	<description>Where I don&#039;t care what others think</description>
	<lastBuildDate>Fri, 21 May 2010 15:34:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jpc</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-5002</link>
		<dc:creator>jpc</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-5002</guid>
		<description>Hi, the script show no matching class PMF  error.</description>
		<content:encoded><![CDATA[<p>Hi, the script show no matching class PMF  error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4978</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4978</guid>
		<description>I am trying to communicate with php, I followed the same steps but when I run localhost it displays blank screen. 
Can you please list the steps to be followed with screen shots and examples?</description>
		<content:encoded><![CDATA[<p>I am trying to communicate with php, I followed the same steps but when I run localhost it displays blank screen.<br />
Can you please list the steps to be followed with screen shots and examples?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Essel</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4887</link>
		<dc:creator>Mark Essel</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4887</guid>
		<description>Heyo, thanks for sharing your experiences using resin/quercus. I&#039;m still kinda shocked that google app engine doesn&#039;t support php code. I suppose I could rewrite what I have in python but I&#039;m still learning and would prefer learning more python when I&#039;m setting up my oauth pages (have barebones for friendfeed, have to do the same for facebook/twitter).</description>
		<content:encoded><![CDATA[<p>Heyo, thanks for sharing your experiences using resin/quercus. I&#8217;m still kinda shocked that google app engine doesn&#8217;t support php code. I suppose I could rewrite what I have in python but I&#8217;m still learning and would prefer learning more python when I&#8217;m setting up my oauth pages (have barebones for friendfeed, have to do the same for facebook/twitter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Programming Foo</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4886</link>
		<dc:creator>Web Programming Foo</dc:creator>
		<pubDate>Fri, 24 Jul 2009 18:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4886</guid>
		<description>[...] rolled out last year with Python support. Just recently they released java support, which enabled Quercus/PHP to work. Incidentally Quercus is much faster than normal php, but I do have an issue (hopefully [...]</description>
		<content:encoded><![CDATA[<p>[...] rolled out last year with Python support. Just recently they released java support, which enabled Quercus/PHP to work. Incidentally Quercus is much faster than normal php, but I do have an issue (hopefully [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan314</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4856</link>
		<dc:creator>jordan314</dc:creator>
		<pubDate>Tue, 12 May 2009 05:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4856</guid>
		<description>Hi Brian,
        Thanks so much for publishing this.
        I&#039;m trying to run the facebook PHP SDK, and have a couple questions.
        I don&#039;t think the lportal repository you link to has the most recent version of quercus. The facebook API gives me a  nullpointerexception on urlencode which I believe has been fixed. When I disable that part of the code, I get a methodnotimplemented error related to curl and urlstreamhandler. Caucho says it has run the facebook SDK successfully, so I&#039;m not sure what my problem is.
        I tried putting the newest quercus-3.2.1-src.jar in my lib folder instead of quercus.jar but then the servlet blows up. Should I try the war instead? I&#039;m not quite sure how to do that.
        Also, I get 403 forbidden errors unless I link directly to my index.php file. HTML files also override the PHP files if there are any in the directory. How did you get your app to automatically resolve to index.php?
        Finally, has anyone gotten the ContextHandler error to go away?
        Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Brian,<br />
        Thanks so much for publishing this.<br />
        I&#8217;m trying to run the facebook PHP SDK, and have a couple questions.<br />
        I don&#8217;t think the lportal repository you link to has the most recent version of quercus. The facebook API gives me a  nullpointerexception on urlencode which I believe has been fixed. When I disable that part of the code, I get a methodnotimplemented error related to curl and urlstreamhandler. Caucho says it has run the facebook SDK successfully, so I&#8217;m not sure what my problem is.<br />
        I tried putting the newest quercus-3.2.1-src.jar in my lib folder instead of quercus.jar but then the servlet blows up. Should I try the war instead? I&#8217;m not quite sure how to do that.<br />
        Also, I get 403 forbidden errors unless I link directly to my index.php file. HTML files also override the PHP files if there are any in the directory. How did you get your app to automatically resolve to index.php?<br />
        Finally, has anyone gotten the ContextHandler error to go away?<br />
        Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4845</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 27 Apr 2009 22:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4845</guid>
		<description>I have the same question with derak!

I hope so u can figured out how to read from a datastore with php!!</description>
		<content:encoded><![CDATA[<p>I have the same question with derak!</p>
<p>I hope so u can figured out how to read from a datastore with php!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derak &#187; Quercus and App Engine - Reading from the data store.</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4842</link>
		<dc:creator>Derak &#187; Quercus and App Engine - Reading from the data store.</dc:creator>
		<pubDate>Sun, 26 Apr 2009 22:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4842</guid>
		<description>[...] using the example files created by brian. You can download them here. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 &lt;?php import [...]</description>
		<content:encoded><![CDATA[<p>[...] using the example files created by brian. You can download them here. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 &lt;?php import [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derak</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4840</link>
		<dc:creator>derak</dc:creator>
		<pubDate>Sun, 26 Apr 2009 13:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4840</guid>
		<description>Great post.

Have you figured out how to read from a datastore with php yet?</description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>Have you figured out how to read from a datastore with php yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google App Engine con soporte PHP, Carrero</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4835</link>
		<dc:creator>Google App Engine con soporte PHP, Carrero</dc:creator>
		<pubDate>Fri, 17 Apr 2009 09:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4835</guid>
		<description>[...] al soporte de JAVA algunos desarrolladores se las han ingeniado para dotar de Quercus-GAE, todo gracias a Quercus, una implementación que interpreta el lenguaje PHP y que esta hecha 100% [...]</description>
		<content:encoded><![CDATA[<p>[...] al soporte de JAVA algunos desarrolladores se las han ingeniado para dotar de Quercus-GAE, todo gracias a Quercus, una implementación que interpreta el lenguaje PHP y que esta hecha 100% [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ???PHP?Google App Engine??? &#171; .::???::.</title>
		<link>http://brian.brispace.net/2009/04/09/php-on-google-app-engine/comment-page-1/#comment-4834</link>
		<dc:creator>???PHP?Google App Engine??? &#171; .::???::.</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://brian.brispace.net/?p=398#comment-4834</guid>
		<description>[...] ????? Google App Engine ???????? Java???GAE?????? java????????????????????????????????? PHP??????????????????? GAE ????????????????? java ????????????????????????Quercu????? java ?????????? PHP in Java??? Jetty??? Java ?web????+ Quercus ???????? PHP????? GAE ???? PHP?????? Java ????? PHP???????? Quercus ??????????? Ruby ??????? JRuby ?????????????????????Brian’s World? [...]</description>
		<content:encoded><![CDATA[<p>[...] ????? Google App Engine ???????? Java???GAE?????? java????????????????????????????????? PHP??????????????????? GAE ????????????????? java ????????????????????????Quercu????? java ?????????? PHP in Java??? Jetty??? Java ?web????+ Quercus ???????? PHP????? GAE ???? PHP?????? Java ????? PHP???????? Quercus ??????????? Ruby ??????? JRuby ?????????????????????Brian’s World? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
