<?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>Kommentare zu: PHP: Do NOT rebuild preg_* functions!</title>
	<atom:link href="http://juliusbeckmann.de/blog/php-do-not-rebuild-preg_-functions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/php-do-not-rebuild-preg_-functions.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Julius</title>
		<link>http://juliusbeckmann.de/blog/php-do-not-rebuild-preg_-functions.html/comment-page-1#comment-548</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=487#comment-548</guid>
		<description>I think ereg* function are even worse than own functions , because all the ereg* stuff is DEPRACED and will be remove with PHP6.

It can be found in the documentation of PHP:
&lt;a href=&quot;http://php.net/ereg&quot; rel=&quot;nofollow&quot;&gt;http://php.net/ereg&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think ereg* function are even worse than own functions , because all the ereg* stuff is DEPRACED and will be remove with PHP6.</p>
<p>It can be found in the documentation of PHP:<br />
<a href="http://php.net/ereg" rel="nofollow">http://php.net/ereg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jani Hartikainen</title>
		<link>http://juliusbeckmann.de/blog/php-do-not-rebuild-preg_-functions.html/comment-page-1#comment-547</link>
		<dc:creator>Jani Hartikainen</dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=487#comment-547</guid>
		<description>Wow, the difference is surprisingly large - wouldn&#039;t have expected it.

If you somehow run into a PHP installation without preg_* functions, be sure to try ereg_* ones. While they aren&#039;t as fast as preg_*, they still should beat the alternative.</description>
		<content:encoded><![CDATA[<p>Wow, the difference is surprisingly large - wouldn't have expected it.</p>
<p>If you somehow run into a PHP installation without preg_* functions, be sure to try ereg_* ones. While they aren't as fast as preg_*, they still should beat the alternative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
