<?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: Quercus compilation available for Tomcat in 4.0.1</title>
	<atom:link href="http://blog.caucho.com/?feed=rss2&#038;p=216" rel="self" type="application/rss+xml" />
	<link>http://blog.caucho.com/?p=216</link>
	<description>Inside info, thoughts, and opinions from Caucho engineers</description>
	<pubDate>Thu, 09 Sep 2010 23:26:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kenfoo</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-374</link>
		<dc:creator>kenfoo</dc:creator>
		<pubDate>Wed, 26 Aug 2009 03:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-374</guid>
		<description>Thanks. I actually posted the 3 bugs in the forum here:

http://forum.caucho.com/showthread.php?t=127</description>
		<content:encoded><![CDATA[<p>Thanks. I actually posted the 3 bugs in the forum here:</p>
<p><a href="http://forum.caucho.com/showthread.php?t=127" rel="nofollow">http://forum.caucho.com/showthread.php?t=127</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-373</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-373</guid>
		<description>Hi kenfoo,

You can file bugs at http://bugs.caucho.com/  If you can include the stack trace and a short script that exhibits the problem, that would help a lot.

Thanks,
Emil</description>
		<content:encoded><![CDATA[<p>Hi kenfoo,</p>
<p>You can file bugs at <a href="http://bugs.caucho.com/" rel="nofollow">http://bugs.caucho.com/</a>  If you can include the stack trace and a short script that exhibits the problem, that would help a lot.</p>
<p>Thanks,<br />
Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenfoo</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-368</link>
		<dc:creator>kenfoo</dc:creator>
		<pubDate>Sat, 22 Aug 2009 11:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-368</guid>
		<description>Hi

How do I report bugs for Quercus 4.0.1?

I got an array out of index exception with my PHP code which attempted to play with multibyte/utf8 encoding.

[09-08-22 19:50:37.420] {http--8080-9} java.lang.ArrayIndexOutOfBoundsException: 23067
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.env.StringBuilderValue.create(StringBuilderValue.java:245)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.env.Env.createString(Env.java:3939)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.lib.HtmlModule.htmlentities(HtmlModule.java:329)
[09-08-22 19:50:37.420] {http--8080-9}  at _quercus._sample._importer__php.execute(_importer__php.java:203)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.env.Env.executePageTop(Env.java:3458)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.env.Env.executeTop(Env.java:3404)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.servlet.QuercusServletImpl.service(QuercusServletImpl.java:181)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.quercus.servlet.QuercusServlet.service(QuercusServlet.java:578)
[09-08-22 19:50:37.420] {http--8080-9}  at javax.servlet.http.HttpServlet.service(HttpServlet.java:96)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:114)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:184)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:264)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:280)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.port.TcpConnection.handleRequests(TcpConnection.java:579)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.port.TcpConnection$AcceptTask.doAccept(TcpConnection.java:1357)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.server.port.TcpConnection$AcceptTask.run(TcpConnection.java:1298)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:874)
[09-08-22 19:50:37.420] {http--8080-9}  at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:787)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>How do I report bugs for Quercus 4.0.1?</p>
<p>I got an array out of index exception with my PHP code which attempted to play with multibyte/utf8 encoding.</p>
<p>[09-08-22 19:50:37.420] {http&#8211;8080-9} java.lang.ArrayIndexOutOfBoundsException: 23067<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.env.StringBuilderValue.create(StringBuilderValue.java:245)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.env.Env.createString(Env.java:3939)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.lib.HtmlModule.htmlentities(HtmlModule.java:329)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at _quercus._sample._importer__php.execute(_importer__php.java:203)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.env.Env.executePageTop(Env.java:3458)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.env.Env.executeTop(Env.java:3404)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.servlet.QuercusServletImpl.service(QuercusServletImpl.java:181)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.quercus.servlet.QuercusServlet.service(QuercusServlet.java:578)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at javax.servlet.http.HttpServlet.service(HttpServlet.java:96)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:114)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:184)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:264)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:280)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.port.TcpConnection.handleRequests(TcpConnection.java:579)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.port.TcpConnection$AcceptTask.doAccept(TcpConnection.java:1357)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.server.port.TcpConnection$AcceptTask.run(TcpConnection.java:1298)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:874)<br />
[09-08-22 19:50:37.420] {http&#8211;8080-9}  at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:787)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-365</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-365</guid>
		<description>floatingworld, Quercus compilation will soon be available in Quercus Professional, a separate product line from Resin which is not open source.</description>
		<content:encoded><![CDATA[<p>floatingworld, Quercus compilation will soon be available in Quercus Professional, a separate product line from Resin which is not open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: floatingworld</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-363</link>
		<dc:creator>floatingworld</dc:creator>
		<pubDate>Wed, 19 Aug 2009 11:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-363</guid>
		<description>So, is Quercus compilation in Resin Open Source at this point then?</description>
		<content:encoded><![CDATA[<p>So, is Quercus compilation in Resin Open Source at this point then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nam</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-357</link>
		<dc:creator>nam</dc:creator>
		<pubDate>Tue, 18 Aug 2009 00:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-357</guid>
		<description>We certainly want to support Glassfish.  Quercus ran on Glassfish before; I'm not sure if the latest version will still run on the latest version of Glassfish.  I've filed a bug report just in case at:

http://bugs.caucho.com/view.php?id=3640

FYI, the current 4.0.1 quercus war download at http://quercus.caucho.com is fubar'ed (missing classes).  We'll have a new one up as soon as possible.</description>
		<content:encoded><![CDATA[<p>We certainly want to support Glassfish.  Quercus ran on Glassfish before; I&#8217;m not sure if the latest version will still run on the latest version of Glassfish.  I&#8217;ve filed a bug report just in case at:</p>
<p><a href="http://bugs.caucho.com/view.php?id=3640" rel="nofollow">http://bugs.caucho.com/view.php?id=3640</a></p>
<p>FYI, the current 4.0.1 quercus war download at <a href="http://quercus.caucho.com" rel="nofollow">http://quercus.caucho.com</a> is fubar&#8217;ed (missing classes).  We&#8217;ll have a new one up as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jclingan</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-348</link>
		<dc:creator>jclingan</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-348</guid>
		<description>Any thoughts of supporting GlassFish? We'd be happy to offer help.

John Clingan
GlassFish Group Product Manager.</description>
		<content:encoded><![CDATA[<p>Any thoughts of supporting GlassFish? We&#8217;d be happy to offer help.</p>
<p>John Clingan<br />
GlassFish Group Product Manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sk8mini</title>
		<link>http://blog.caucho.com/?p=216&#038;cpage=1#comment-331</link>
		<dc:creator>sk8mini</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caucho.com/?p=216#comment-331</guid>
		<description>I would love to try this out, but how does one get Quercus 4.0.1.  Is this available in the trunk of the svn repository for quercus or does it need to be used from Resin 4.0.1? Thanks!</description>
		<content:encoded><![CDATA[<p>I would love to try this out, but how does one get Quercus 4.0.1.  Is this available in the trunk of the svn repository for quercus or does it need to be used from Resin 4.0.1? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
