<?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: 7 essential php command-line options</title>
	<atom:link href="http://www.codediesel.com/php/7-essential-php-commandline-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/7-essential-php-commandline-options/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Web Top5</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-2161</link>
		<dc:creator>Web Top5</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-2161</guid>
		<description>Good post for PHP CLI, BTW id you know how to execute this with URL something like 

php cron.php oauth register</description>
		<content:encoded><![CDATA[<p>Good post for PHP CLI, BTW id you know how to execute this with URL something like </p>
<p>php cron.php oauth register</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 03/01/2010 : Php day &#124; Dev &#124; My Daily Top RSS Selection</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1614</link>
		<dc:creator>03/01/2010 : Php day &#124; Dev &#124; My Daily Top RSS Selection</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1614</guid>
		<description>[...] 7 essential php command-line options Most of us use PHP from a IDE or using a simple text editor with a browser, rarely dropping down to the command-line for running php programs. But php provides some interesting and quick options you can use to perform various common tasks or to debug some nasty installation problems. Below is a list of some useful options you should be familiar with. [...]</description>
		<content:encoded><![CDATA[<p>[...] 7 essential php command-line options Most of us use PHP from a IDE or using a simple text editor with a browser, rarely dropping down to the command-line for running php programs. But php provides some interesting and quick options you can use to perform various common tasks or to debug some nasty installation problems. Below is a list of some useful options you should be familiar with. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1559</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1559</guid>
		<description>This command is very useful</description>
		<content:encoded><![CDATA[<p>This command is very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7 options en lignes de commandes &#124; traffic-internet.net</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1557</link>
		<dc:creator>7 options en lignes de commandes &#124; traffic-internet.net</dc:creator>
		<pubDate>Tue, 15 Dec 2009 18:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1557</guid>
		<description>[...] &#160;7 essential php command-line options (0 visite) [...]</description>
		<content:encoded><![CDATA[<p>[...] &nbsp;7 essential php command-line options (0 visite) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Willerich</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1556</link>
		<dc:creator>Matthias Willerich</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1556</guid>
		<description>php -ri is definitely a good one.

xrado: I&#039;ve found that the interactive shell is quite hard to use, actually, exiting when your code dies, not supporting autoload, etc. I just stumbled across iphp http://github.com/apinstein/iphp, and if it keeps its promises it&#039;s much more convenient.</description>
		<content:encoded><![CDATA[<p>php -ri is definitely a good one.</p>
<p>xrado: I&#8217;ve found that the interactive shell is quite hard to use, actually, exiting when your code dies, not supporting autoload, etc. I just stumbled across iphp <a href="http://github.com/apinstein/iphp" rel="nofollow">http://github.com/apinstein/iphp</a>, and if it keeps its promises it&#8217;s much more convenient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LornaJane</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1553</link>
		<dc:creator>LornaJane</dc:creator>
		<pubDate>Tue, 15 Dec 2009 08:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1553</guid>
		<description>This is a good article; an approachable reminder of the PHP command line switches.  I particularly like the new --rf and other switches, using those a lot when I&#039;m offline and got work to do</description>
		<content:encoded><![CDATA[<p>This is a good article; an approachable reminder of the PHP command line switches.  I particularly like the new &#8211;rf and other switches, using those a lot when I&#8217;m offline and got work to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xrado</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1550</link>
		<dc:creator>xrado</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1550</guid>
		<description>best one is missing (at least for me)
php -a    ....php interactive shell</description>
		<content:encoded><![CDATA[<p>best one is missing (at least for me)<br />
php -a    &#8230;.php interactive shell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention 7 essential php command-line options : CodeDiesel -- Topsy.com</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1549</link>
		<dc:creator>Tweets that mention 7 essential php command-line options : CodeDiesel -- Topsy.com</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1549</guid>
		<description>[...] This post was mentioned on Twitter by Milan Herda, rmartinez. rmartinez said: Awesomeness, The 7 essential PHP Command-line Options http://ping.fm/XOIwm [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Milan Herda, rmartinez. rmartinez said: Awesomeness, The 7 essential PHP Command-line Options <a href="http://ping.fm/XOIwm" rel="nofollow">http://ping.fm/XOIwm</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caio Moritz Ronchi</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1548</link>
		<dc:creator>Caio Moritz Ronchi</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1548</guid>
		<description>Very useful tips. I&#039;ll try to remember the &quot;--ri&quot; option from now on.

Thanks</description>
		<content:encoded><![CDATA[<p>Very useful tips. I&#8217;ll try to remember the &#8220;&#8211;ri&#8221; option from now on.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Borate&#8217;s Blog: 7 essential php command-line options &#124; Webs Developer</title>
		<link>http://www.codediesel.com/php/7-essential-php-commandline-options/comment-page-1/#comment-1547</link>
		<dc:creator>Sameer Borate&#8217;s Blog: 7 essential php command-line options &#124; Webs Developer</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=2163#comment-1547</guid>
		<description>[...] his Code Diesel Sameer shares seven essential options you can use to make your command-line PHP experience even better.   Most of us use PHP from a IDE [...]</description>
		<content:encoded><![CDATA[<p>[...] his Code Diesel Sameer shares seven essential options you can use to make your command-line PHP experience even better.   Most of us use PHP from a IDE [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

