<?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; eval</title>
	<atom:link href="http://hiphopphp.org/tag/eval/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>Thu, 28 Jul 2011 14:36:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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[eval]]></category>
		<category><![CDATA[WordPress and HipHop]]></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 [...]]]></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>22</slash:comments>
		</item>
	</channel>
</rss>

