<?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 on: regexps in PHP, again</title>
	<atom:link href="http://blog.milkfarmsoft.com/2006/12/regexps-in-php-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com/2006/12/regexps-in-php-again/</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>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>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2006/12/regexps-in-php-again/comment-page-1/#comment-568</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Thu, 07 Dec 2006 08:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=27#comment-568</guid>
		<description>unfortunately, I did see CMS&#039;s (not too spherical, by the way) which used regexps a lot. and:

a) they applied those to larger texts
b) they had a lot regexps to apply

p.s. probably I should make more real-life comparison, though</description>
		<content:encoded><![CDATA[<p>unfortunately, I did see CMS&#8217;s (not too spherical, by the way) which used regexps a lot. and:</p>
<p>a) they applied those to larger texts<br />
b) they had a lot regexps to apply</p>
<p>p.s. probably I should make more real-life comparison, though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hex</title>
		<link>http://blog.milkfarmsoft.com/2006/12/regexps-in-php-again/comment-page-1/#comment-565</link>
		<dc:creator>hex</dc:creator>
		<pubDate>Wed, 06 Dec 2006 21:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=27#comment-565</guid>
		<description>1. I strongly doubt that any serious application (i.e., not a spherical CMS in vacuum) uses RE that often; a hundred of calls I can imagine, but not thousands of hundreds.  This takes the comparison to a different degree: 0.019 vs 0.0012, which is not as significant as...

2. Does it not depend on an extension which is not necessarily loaded? I&#039;ve seen hosters without mbstring.</description>
		<content:encoded><![CDATA[<p>1. I strongly doubt that any serious application (i.e., not a spherical CMS in vacuum) uses RE that often; a hundred of calls I can imagine, but not thousands of hundreds.  This takes the comparison to a different degree: 0.019 vs 0.0012, which is not as significant as&#8230;</p>
<p>2. Does it not depend on an extension which is not necessarily loaded? I&#8217;ve seen hosters without mbstring.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

