<?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: Introducing php-tracer-weaver</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:35:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lukas</title>
		<link>http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/comment-page-1/#comment-847176</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3255#comment-847176</guid>
		<description>might also be a good move to detect if a method uses func_get_args() ..</description>
		<content:encoded><![CDATA[<p>might also be a good move to detect if a method uses func_get_args() ..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Schade</title>
		<link>http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/comment-page-1/#comment-845318</link>
		<dc:creator>Peter Schade</dc:creator>
		<pubDate>Mon, 08 Dec 2008 08:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3255#comment-845318</guid>
		<description>Programmers write an programm to document there programs ;)
Peter Schade
&lt;a href=&quot;http://www.peter-schade.de&quot; rel=&quot;nofollow&quot;&gt;http://www.peter-schade.de&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Programmers write an programm to document there programs ;)<br />
Peter Schade<br />
<a href="http://www.peter-schade.de" rel="nofollow">http://www.peter-schade.de</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Troels Knak-Nielsen</title>
		<link>http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/comment-page-1/#comment-845133</link>
		<dc:creator>Troels Knak-Nielsen</dc:creator>
		<pubDate>Sun, 07 Dec 2008 23:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3255#comment-845133</guid>
		<description>Thanks for that MagicalTux - I was indeed writing to a temp file during testing, and only edited for the post. That should teach me to test everything before deploying it. I&#039;ll edit the article right away.</description>
		<content:encoded><![CDATA[<p>Thanks for that MagicalTux &#8211; I was indeed writing to a temp file during testing, and only edited for the post. That should teach me to test everything before deploying it. I&#8217;ll edit the article right away.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MagicalTux</title>
		<link>http://www.sitepoint.com/blogs/2008/12/08/introducing-php-tracer-weaver/comment-page-1/#comment-845058</link>
		<dc:creator>MagicalTux</dc:creator>
		<pubDate>Sun, 07 Dec 2008 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3255#comment-845058</guid>
		<description>Just for info, this line shouldn&#039;t work with unix:

$ /path/to/php-tracer/weaver/weave.php foo.php &gt; foo.php 

Bash will open &quot;foo.php&quot; for writing &lt;strong&gt;before&lt;/strong&gt; weave.php being executed, emptying foo.php and making weave.php run on an empty file.

The lesson there: write to a different file when you do something like this.</description>
		<content:encoded><![CDATA[<p>Just for info, this line shouldn&#8217;t work with unix:</p>
<p>$ /path/to/php-tracer/weaver/weave.php foo.php &gt; foo.php </p>
<p>Bash will open &#8220;foo.php&#8221; for writing <strong>before</strong> weave.php being executed, emptying foo.php and making weave.php run on an empty file.</p>
<p>The lesson there: write to a different file when you do something like this.</p>]]></content:encoded>
	</item>
</channel>
</rss>
