<?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: Running Quercus PHP on App Engine</title>
	<atom:link href="http://raivoratsep.com/42/running-quercus-php-on-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Jan 2012 17:47:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Raivo</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/comment-page-1/#comment-2332</link>
		<dc:creator>Raivo</dc:creator>
		<pubDate>Fri, 05 Nov 2010 01:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://raivoratsep.com/?p=42#comment-2332</guid>
		<description>@Danny: is the file in the war/WEB-INF folder? http://code.google.com/appengine/kb/java.html#readfile

Also, seems like there was a bug with file_get_contents which should be fixed in v4.0.4 so I hope you are using the latest version.
http://forum.caucho.com/showthread.php?t=3244</description>
		<content:encoded><![CDATA[<p>@Danny: is the file in the war/WEB-INF folder? <a href="http://code.google.com/appengine/kb/java.html#readfile" rel="nofollow">http://code.google.com/appengine/kb/java.html#readfile</a></p>
<p>Also, seems like there was a bug with file_get_contents which should be fixed in v4.0.4 so I hope you are using the latest version.<br />
<a href="http://forum.caucho.com/showthread.php?t=3244" rel="nofollow">http://forum.caucho.com/showthread.php?t=3244</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/comment-page-1/#comment-2327</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 04 Nov 2010 15:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://raivoratsep.com/?p=42#comment-2327</guid>
		<description>I was trying to deploy a php based application onto Google Appengine with the Quercus php engine.  

the basics worked (phpinfo() etc.) but my application had some trouble with the file_get_contents call which wouldn&#039;t get the file.  the error looked something like this:

create_request.php:35: Warning: ./simplexml.txt cannot be read [file_get_contents] 

I was trying to access a file in the file system local to the script (not an external url).

I&#039;ve seen a couple of articles hinting at limitations with the php implementation (obviously db support is one thing) but nothing firm on support for file_get_contents or fopen.

Is there a limitation for local file access?  Are there any configuration options that block file access (I&#039;m aware of the allow_url_fopen = On but nothing specific to local files)?

thanks, Danny</description>
		<content:encoded><![CDATA[<p>I was trying to deploy a php based application onto Google Appengine with the Quercus php engine.  </p>
<p>the basics worked (phpinfo() etc.) but my application had some trouble with the file_get_contents call which wouldn&#8217;t get the file.  the error looked something like this:</p>
<p>create_request.php:35: Warning: ./simplexml.txt cannot be read [file_get_contents] </p>
<p>I was trying to access a file in the file system local to the script (not an external url).</p>
<p>I&#8217;ve seen a couple of articles hinting at limitations with the php implementation (obviously db support is one thing) but nothing firm on support for file_get_contents or fopen.</p>
<p>Is there a limitation for local file access?  Are there any configuration options that block file access (I&#8217;m aware of the allow_url_fopen = On but nothing specific to local files)?</p>
<p>thanks, Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP on Google App Engine</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/comment-page-1/#comment-2201</link>
		<dc:creator>PHP on Google App Engine</dc:creator>
		<pubDate>Fri, 29 Oct 2010 18:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://raivoratsep.com/?p=42#comment-2201</guid>
		<description>This helped me when creating a package for easy PHP application building on Google. Thanks! http://php-apps.appspot.com/</description>
		<content:encoded><![CDATA[<p>This helped me when creating a package for easy PHP application building on Google. Thanks! <a href="http://php-apps.appspot.com/" rel="nofollow">http://php-apps.appspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raivo</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/comment-page-1/#comment-876</link>
		<dc:creator>Raivo</dc:creator>
		<pubDate>Tue, 17 Aug 2010 03:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://raivoratsep.com/?p=42#comment-876</guid>
		<description>Did you try uploading your app from the command line with the --enable_jar_splitting option?</description>
		<content:encoded><![CDATA[<p>Did you try uploading your app from the command line with the &#8211;enable_jar_splitting option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://raivoratsep.com/42/running-quercus-php-on-app-engine/comment-page-1/#comment-869</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 16 Aug 2010 17:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://raivoratsep.com/?p=42#comment-869</guid>
		<description>Great explanation!

I got this to work on my local machine, but when I upload it to GAE, it says the resin jar is too big.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Great explanation!</p>
<p>I got this to work on my local machine, but when I upload it to GAE, it says the resin jar is too big.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

