<?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: Zend &amp; Command Line Debugging</title>
	<atom:link href="http://www.fornax.net/2006/02/zend-command-line-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fornax.net/2006/02/zend-command-line-debugging/</link>
	<description>Is Don. Is Good.</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:30:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob Hunter</title>
		<link>http://www.fornax.net/2006/02/zend-command-line-debugging/comment-page-1/#comment-11</link>
		<dc:creator>Rob Hunter</dc:creator>
		<pubDate>Tue, 14 Mar 2006 12:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fornax.net/2006/02/zend-command-line-debugging/#comment-11</guid>
		<description>Just for completeness, I thought I&#039;d mention that it&#039;s normally a good idea to surround $@ with double-quotes, to pass parameters with spaces in them.</description>
		<content:encoded><![CDATA[<p>Just for completeness, I thought I&#8217;d mention that it&#8217;s normally a good idea to surround $@ with double-quotes, to pass parameters with spaces in them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Nutting</title>
		<link>http://www.fornax.net/2006/02/zend-command-line-debugging/comment-page-1/#comment-9</link>
		<dc:creator>Chris Nutting</dc:creator>
		<pubDate>Fri, 17 Feb 2006 15:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fornax.net/2006/02/zend-command-line-debugging/#comment-9</guid>
		<description>Taking this one step further, I created a bash script &quot;debug&quot;, placed it in $PATH, and put the following in it:

#!/bin/sh

export QUERY_STRING=&quot;start_debug=1&amp;debug_port=10000&amp;debug_host=127.0.0.1&amp;debug_stop=1&quot;
/usr/bin/php -q $@

Now I can just do &quot;debug script.php variable1 variable2 variable3 ...&quot; :)</description>
		<content:encoded><![CDATA[<p>Taking this one step further, I created a bash script &#8220;debug&#8221;, placed it in $PATH, and put the following in it:</p>
<p>#!/bin/sh</p>
<p>export QUERY_STRING=&#8221;start_debug=1&#038;debug_port=10000&#038;debug_host=127.0.0.1&#038;debug_stop=1&#8243;<br />
/usr/bin/php -q $@</p>
<p>Now I can just do &#8220;debug script.php variable1 variable2 variable3 &#8230;&#8221; <img src='http://www.fornax.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

