<?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"
	>
<channel>
	<title>Comments on: Testing PHP with the interactive shell</title>
	<atom:link href="http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/</link>
	<description>Keeping webmasters up-to-date on technology.</description>
	<pubDate>Sat, 30 Aug 2008 13:57:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Akash Mehta</title>
		<link>http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/#comment-880</link>
		<dc:creator>Akash Mehta</dc:creator>
		<pubDate>Wed, 14 May 2008 08:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/#comment-880</guid>
		<description>@Matthew: The -q flag is actually to suppress HTTP header output. Before the `php` binary became the CLI one and `php-cgi` served web requests, running a script from command line would output all the usual headers. I think it's deprecated from PHP 5; running a script through `php filename.php` produces no headers while the new `php-cgi` binary does.</description>
		<content:encoded><![CDATA[<p>@Matthew: The -q flag is actually to suppress HTTP header output. Before the `php` binary became the CLI one and `php-cgi` served web requests, running a script from command line would output all the usual headers. I think it&#8217;s deprecated from PHP 5; running a script through `php filename.php` produces no headers while the new `php-cgi` binary does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Turland</title>
		<link>http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/#comment-841</link>
		<dc:creator>Matthew Turland</dc:creator>
		<pubDate>Mon, 12 May 2008 23:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/testing-php-with-the-interactive-shell-168/#comment-841</guid>
		<description>I'm not sure if it's specific to a particular branch or version range, but I remember a point in time where I had to include a -q flag to run scripts via command line. Also, if you want to run a small number of commands, the -r flag is also useful; it allows you to pass PHP code to be executed in as a shell string value.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if it&#8217;s specific to a particular branch or version range, but I remember a point in time where I had to include a -q flag to run scripts via command line. Also, if you want to run a small number of commands, the -r flag is also useful; it allows you to pass PHP code to be executed in as a shell string value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
