<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: XX ways to improve your PHP scripts execution time</title>
	<link>http://kreoton.net/xx-ways-to-improve-your-php-scripts-execution-time-23.html</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 04 Jul 2008 12:18:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: admin</title>
		<link>http://kreoton.net/xx-ways-to-improve-your-php-scripts-execution-time-23.html#comment-782</link>
		<author>admin</author>
		<pubDate>Thu, 13 Mar 2008 11:47:39 +0000</pubDate>
		<guid>http://kreoton.net/xx-ways-to-improve-your-php-scripts-execution-time-23.html#comment-782</guid>
		<description>yes its true that echo is faster than print, also do not use it with ',' instead of '.' in example: &lt;?php echo 'Hello, ',$name ?&gt;</description>
		<content:encoded><![CDATA[<p>yes its true that echo is faster than print, also do not use it with &#8216;,&#8217; instead of &#8216;.&#8217; in example: < ?php echo 'Hello, ',$name ?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Encoder</title>
		<link>http://kreoton.net/xx-ways-to-improve-your-php-scripts-execution-time-23.html#comment-781</link>
		<author>PHP Encoder</author>
		<pubDate>Thu, 13 Mar 2008 07:34:23 +0000</pubDate>
		<guid>http://kreoton.net/xx-ways-to-improve-your-php-scripts-execution-time-23.html#comment-781</guid>
		<description>Thanks for this article!
Another tip - always use echo instead of print - it is faster.</description>
		<content:encoded><![CDATA[<p>Thanks for this article!<br />
Another tip - always use echo instead of print - it is faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
