<?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>Ali Abbas &#187; PHP</title>
	<atom:link href="http://alouche.net/blog/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://alouche.net/blog</link>
	<description>Unix - Networking - News</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Denial of Service in PHP</title>
		<link>http://alouche.net/blog/2009/11/24/denial-of-service-in-php/</link>
		<comments>http://alouche.net/blog/2009/11/24/denial-of-service-in-php/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 11:58:40 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[denial of service]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=756</guid>
		<description><![CDATA[It was about time, that the PHP team finally included a max_file_uploads directive to limit the number of file upload per request (default is of 20). (cf. http://www.php.net/ChangeLog-5.php#5.3.1) Until PHP 5.3.1, it was possible to send an X number of file upload request thus creating an X amount of temporary file on the targeted system.. [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2009/11/24/denial-of-service-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 tips to optimize your PHP code</title>
		<link>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/</link>
		<comments>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:41:13 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://alouche.net/?p=14</guid>
		<description><![CDATA[1. if you were to use between print or echo&#8230; use echo (Echo is known to be faster than print) 2. when doing string searches or action, do not simply/quickly jump on regex, but first have a look at php api&#8217;s string functions such as strpbrk, stripos etc.. 3. Display smart error messages&#8230; A lot [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2008/10/06/10-tips-to-optimize-your-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->