<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Seven PHP performance rules you should be aware of</title>
		<description>Discuss Seven PHP performance rules you should be aware of</description>
		<link>http://www.smartycode.com/performance/php-performance-rules/</link>
		<lastBuildDate>Fri, 10 Sep 2010 09:31:29 +0300</lastBuildDate>
		<generator>FeedCreator 1.7.2 - RUS Patches by AndyR</generator>
		<item>
			<title>John Fiala says:</title>
			<link>http://www.smartycode.com/performance/php-performance-rules/#comment-44</link>
			<description>The difference in speed between single and double quotes haven't been true for a while now - there's no real difference.</description>
			<author>John Fiala</author>
			<pubDate>Thu, 05 Nov 2009 18:16:55 +0300</pubDate>
		</item>
		<item>
			<title>worufu says:</title>
			<link>http://www.smartycode.com/performance/php-performance-rules/#comment-43</link>
			<description>As for the &quot;remember me&quot; feature... may I suggest to use salted MD5 hashes when storing user data in cookies? Otherwise it could be quite trivial to login with any common username (admin, root, guest, visitor, administrator, first names, etc.). Maybe even better would be to store a salted unique session ID which you could save in a field next to the user login. That way the stored value in the cookie would be kind of random and most important would not contain any sensitive data.</description>
			<author>worufu</author>
			<pubDate>Wed, 21 Oct 2009 23:53:49 +0300</pubDate>
		</item>
	</channel>
</rss>
