<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Alexey Zakhlestins blog</title>
	<atom:link href="http://blog.milkfarmsoft.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>Comment on DNS SRV-records support in HTTP-browsers by brain Steven</title>
		<link>http://blog.milkfarmsoft.com/2009/09/dns-srv-records-support-in-http-browsers/comment-page-1/#comment-82059</link>
		<dc:creator>brain Steven</dc:creator>
		<pubDate>Thu, 04 Aug 2011 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=141#comment-82059</guid>
		<description>But it is not committed and waits for approval. I doubt, that is the longest-living bug in mozilla, but, still, 10 years is a great age for a bug. Letu2019s party!u00a0n_______________nStevenn&lt;a href=&quot;//dnslookup.org.uku201d&quot; rel=&quot;nofollow&quot;&gt;u00a0DNS Look up&lt;/a&gt;n</description>
		<content:encoded><![CDATA[<p>But it is not committed and waits for approval. I doubt, that is the longest-living bug in mozilla, but, still, 10 years is a great age for a bug. Letu2019s party!u00a0n_______________nStevenn<a href="//dnslookup.org.uku201d" rel="nofollow">u00a0DNS Look up</a>n</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on PHP&#8217;s webserver by Pavel Burminsky</title>
		<link>http://blog.milkfarmsoft.com/2011/03/on-phps-webserver/comment-page-1/#comment-82041</link>
		<dc:creator>Pavel Burminsky</dc:creator>
		<pubDate>Fri, 24 Jun 2011 08:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=179#comment-82041</guid>
		<description>Thats great. My working process on &lt;a href=&quot;http://phpforms.net/&quot; rel=&quot;nofollow&quot;&gt;web forms&lt;/a&gt; will be now easiest.</description>
		<content:encoded><![CDATA[<p>Thats great. My working process on <a href="http://phpforms.net/" rel="nofollow">web forms</a> will be now easiest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Application Server in PHP? well… Yes! by Pavel Burminsky</title>
		<link>http://blog.milkfarmsoft.com/2007/06/application-server-in-php-well%e2%80%a6-yes/comment-page-2/#comment-82038</link>
		<dc:creator>Pavel Burminsky</dc:creator>
		<pubDate>Thu, 16 Jun 2011 07:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=51#comment-82038</guid>
		<description>Why you so angry about php? It really gives much more opportunities than other languages. For example many &lt;a href=&quot;http://phpforms.net/&quot; rel=&quot;nofollow&quot;&gt;web forms&lt;/a&gt; are done in php.</description>
		<content:encoded><![CDATA[<p>Why you so angry about php? It really gives much more opportunities than other languages. For example many <a href="http://phpforms.net/" rel="nofollow">web forms</a> are done in php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ode to mb_ereg functions by sleeve tattoo designs</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-82032</link>
		<dc:creator>sleeve tattoo designs</dc:creator>
		<pubDate>Thu, 05 May 2011 12:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-82032</guid>
		<description>There is a common misunderstanding, that mb_ereg_* functions are just unicode counterparts of ereg_* functions: slow and non-powerful. That&#039;s as far from truth as it can be. mb_ereg_* functions are based on oniguruma regular expressions library. And oniguruma is one of the fastest and most capable regular expression libraries out there.</description>
		<content:encoded><![CDATA[<p>There is a common misunderstanding, that mb_ereg_* functions are just unicode counterparts of ereg_* functions: slow and non-powerful. That&#8217;s as far from truth as it can be. mb_ereg_* functions are based on oniguruma regular expressions library. And oniguruma is one of the fastest and most capable regular expression libraries out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on regexps in PHP, again by Function ereg() is deprecated possible fix &#124; Gameblog.me</title>
		<link>http://blog.milkfarmsoft.com/2006/12/regexps-in-php-again/comment-page-1/#comment-81200</link>
		<dc:creator>Function ereg() is deprecated possible fix &#124; Gameblog.me</dc:creator>
		<pubDate>Sat, 02 Apr 2011 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=27#comment-81200</guid>
		<description>[...] which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The replacement / fix worked for us [...]</description>
		<content:encoded><![CDATA[<p>[...] which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The replacement / fix worked for us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ode to mb_ereg functions by Function ereg() is deprecated possible fix &#124; Gameblog.me</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81199</link>
		<dc:creator>Function ereg() is deprecated possible fix &#124; Gameblog.me</dc:creator>
		<pubDate>Sat, 02 Apr 2011 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81199</guid>
		<description>[...] than preg_match() &#8211; which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The [...]</description>
		<content:encoded><![CDATA[<p>[...] than preg_match() &#8211; which is the recommended replacement for ereg() (see point 1 above). This author actually did a speed test for mb_ereg() function versus the preg_match(). So&#8230; *Shrugs*. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ode to mb_ereg functions by Alexey Zakhlestin</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81197</link>
		<dc:creator>Alexey Zakhlestin</dc:creator>
		<pubDate>Mon, 21 Mar 2011 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81197</guid>
		<description>It is not &quot;direct&quot; replacement. mb_ereg supports wider set of regex patterns and it works with various codepages (which means, you have to set which codepage you work with)</description>
		<content:encoded><![CDATA[<p>It is not &#8220;direct&#8221; replacement. mb_ereg supports wider set of regex patterns and it works with various codepages (which means, you have to set which codepage you work with)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ode to mb_ereg functions by dj</title>
		<link>http://blog.milkfarmsoft.com/2009/11/ode-to-mb_ereg-functions/comment-page-1/#comment-81196</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=151#comment-81196</guid>
		<description>You can replace all of your ereg with mb_ereg if you want quick solution and save your time. mb_ereg is not marked as deprecated and it is a direct replacement for ereg.</description>
		<content:encoded><![CDATA[<p>You can replace all of your ereg with mb_ereg if you want quick solution and save your time. mb_ereg is not marked as deprecated and it is a direct replacement for ereg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on PHP&#8217;s webserver by Alexey Zakhlestin</title>
		<link>http://blog.milkfarmsoft.com/2011/03/on-phps-webserver/comment-page-1/#comment-81195</link>
		<dc:creator>Alexey Zakhlestin</dc:creator>
		<pubDate>Sun, 20 Mar 2011 14:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=179#comment-81195</guid>
		<description>is your server open-source?</description>
		<content:encoded><![CDATA[<p>is your server open-source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on PHP&#8217;s webserver by Mango Guo</title>
		<link>http://blog.milkfarmsoft.com/2011/03/on-phps-webserver/comment-page-1/#comment-81194</link>
		<dc:creator>Mango Guo</dc:creator>
		<pubDate>Sun, 20 Mar 2011 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=179#comment-81194</guid>
		<description>Hi, I&#039;m Mango Guo(mangouo@tencent.com), the Pengyou.com&#039;s Technical Supervisor, Our website is the bigest real name SNS website in China,which belong to Tencent Group.I want to introduce our PWS(PHP Web Server), like your build-in webserver. We use PWS on all our web servers instead of Apache or Nginx for one year, which written by PHP language like your build-in webserver on the same theory. Now all the PWS hosts serve near 1,000,000,000 page views per day, and we are promoting it to other products in our company,such as Qzone(qzone.qq.com) Apps and Tencent Miroblog(t.qq.com).nn</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m Mango Guo(mangouo@tencent.com), the Pengyou.com&#8217;s Technical Supervisor, Our website is the bigest real name SNS website in China,which belong to Tencent Group.I want to introduce our PWS(PHP Web Server), like your build-in webserver. We use PWS on all our web servers instead of Apache or Nginx for one year, which written by PHP language like your build-in webserver on the same theory. Now all the PWS hosts serve near 1,000,000,000 page views per day, and we are promoting it to other products in our company,such as Qzone(qzone.qq.com) Apps and Tencent Miroblog(t.qq.com).nn</p>
]]></content:encoded>
	</item>
</channel>
</rss>

