<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HipHop for PHP Compatibility Blog &#187; WordPress and HipHop</title>
	<atom:link href="http://hiphopphp.org/category/wordpress-hiphop/feed/" rel="self" type="application/rss+xml" />
	<link>http://hiphopphp.org</link>
	<description>The HPCB: What software works with HipHop for PHP and what does not? Why not? How do I make it Work? What about benchmarks?</description>
	<lastBuildDate>Sun, 21 Feb 2010 13:30:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress on HipHop</title>
		<link>http://hiphopphp.org/2010/02/10/wordpress-on-hiphop/</link>
		<comments>http://hiphopphp.org/2010/02/10/wordpress-on-hiphop/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress and HipHop]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hiphopphp.org/?p=30</guid>
		<description><![CDATA[As soon as FaceBook releases the source code of HipHop I&#8217;ll do some testing on whether it works at all. And if it Does, how fast does it work?
Just keep in mind that HipHop will not magically accelerate your SQL queries and will, in no case give you the performance of using Cached Static HTML.
Preliminary [...]]]></description>
			<content:encoded><![CDATA[<p>As soon as FaceBook releases the <a href="http://github.com/facebook/hiphop-php/">source code</a> of HipHop I&#8217;ll do some testing on whether it works at all. And if it Does, how fast does it work?</p>
<p>Just keep in mind that HipHop will not magically accelerate your SQL queries and will, in no case give you the performance of using <strong>Cached Static HTML</strong>.</p>
<p>Preliminary estimation (by grepping the use of eval) indicates that it does look promising:</p>
<pre>
foo@bar:/var/www/hiphopphp.org$ grep -r eval\( . | grep php
./wp-admin/includes/class-pclzip.php://      eval('$v_result = '.$p_options[PCLZIP_CB_PRE_EXTRACT].'(PCLZIP_CB_PRE_EXTRACT, $v_local_header);');
./wp-admin/press-this.php:              var my_src = eval(
./wp-admin/press-this.php:                      var my_src = eval(
./wp-admin/press-this.php:                                                      eval(data);
./wp-admin/import/blogger.php:                                          eval('this.status='+text);
./wp-admin/js/revisions-js.php:eval(function(p,... [CUT]
./wp-includes/class-json.php: * Javascript, and can be directly eval()'ed with no further parsing
./wp-includes/functions.php:            if ( doubleval($bytes) >= $mag )
foo@bar:/var/www/hiphopphp.org$
</pre>
<p>NOTE: This does not cover any popular plugins, some of which might be using eval.</p>
]]></content:encoded>
			<wfw:commentRss>http://hiphopphp.org/2010/02/10/wordpress-on-hiphop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The very first post &#8211; looking for help</title>
		<link>http://hiphopphp.org/2010/02/07/the-very-first-post-looking-for-help/</link>
		<comments>http://hiphopphp.org/2010/02/07/the-very-first-post-looking-for-help/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 09:31:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CodeIgniter and HipHop]]></category>
		<category><![CDATA[Drupal and HipHop]]></category>
		<category><![CDATA[HipHop Compatibility]]></category>
		<category><![CDATA[Joomla and HipHop]]></category>
		<category><![CDATA[WordPress and HipHop]]></category>
		<category><![CDATA[Zend Framework and HipHop]]></category>
		<category><![CDATA[eZ Publish and HipHop]]></category>
		<category><![CDATA[hiphop]]></category>

		<guid isPermaLink="false">http://hiphopphp.org/?p=4</guid>
		<description><![CDATA[On February 2nd 2010 FaceBook announced that they&#8217;re open sourcing a novel method for accelerating PHP applications. While the method in question could be talked about a lot, I&#8217;m going to leave that for others:

http://www.facebook.com/news.php?blog=1&#38;story=358
http://en.wikipedia.org/wiki/HipHop_(computing)

After the announcement had been I made I went domain shopping and got myself hiphopphp.org . Like for most of my [...]]]></description>
			<content:encoded><![CDATA[<p>On February 2nd 2010 FaceBook announced that they&#8217;re open sourcing a novel method for accelerating PHP applications. While the method in question could be talked about a lot, I&#8217;m going to leave that for others:</p>
<ul>
<li>http://www.facebook.com/news.php?blog=1&amp;story=358</li>
<li>http://en.wikipedia.org/wiki/HipHop_(computing)</li>
</ul>
<p>After the announcement had been I made I went domain shopping and got myself hiphopphp.org . Like for most of my domains I&#8217;ve really got no use for it (some collect Stamps, I collect Domains I suppose).</p>
<p>A few days after the announcement I got an idea that I&#8217;d set up  a blog to announce what works with HipHop and what does not, providing tips on how to make a certain functionality work, etc. This means popular software such as WordPress, Drupal, eZ Publish, Vanilla Forum, Small Machines Forum and the likes that under certain conditions could really benefit from HipHop.</p>
<p>The acceleration method used is complex and there will undoubtedly be a lot of issues with the Software around. And at the moment it is also compatible with PHP 5.2, so all 5.3 goodness is not available. No GOTO.</p>
<p>I&#8217;m a realist and realize that I will not have the time to make this blog relevant. So if you&#8217;re interested in participating &#8211; feel free to drop me a line at <strong><a href="mailto:hiphopphp@gmail.com">hiphopphp@gmail.com</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://hiphopphp.org/2010/02/07/the-very-first-post-looking-for-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
