<?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: Tips and Tricks: PHP Shell Scripts</title>
	<atom:link href="http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/</link>
	<description>Getting inside the mind of a php developer.</description>
	<pubDate>Tue, 06 Jan 2009 15:45:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Willbanks</title>
		<link>http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/comment-page-1/#comment-35175</link>
		<dc:creator>Mike Willbanks</dc:creator>
		<pubDate>Thu, 13 Dec 2007 18:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/#comment-35175</guid>
		<description>Nadeem,

This might depend on your PHP version.  Do you know what version you are running?
Simple way to do this is to do one of the following:

1. if you have shell access type in php -v
2. echo out phpversion()

Also are you executing this from within a shell environment or are you doing it straight out of your web browser because the web brower will not work with STDOUT.</description>
		<content:encoded><![CDATA[<p>Nadeem,</p>
<p>This might depend on your PHP version.  Do you know what version you are running?<br />
Simple way to do this is to do one of the following:</p>
<p>1. if you have shell access type in php -v<br />
2. echo out phpversion()</p>
<p>Also are you executing this from within a shell environment or are you doing it straight out of your web browser because the web brower will not work with STDOUT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadeem</title>
		<link>http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/comment-page-1/#comment-34689</link>
		<dc:creator>Nadeem</dc:creator>
		<pubDate>Sun, 09 Dec 2007 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/#comment-34689</guid>
		<description>when i m writting 

fwrite(STDOUT,'Enter Name');

this kind of error is coming can anyone guide what the hell it is....

PHP Notice:  Use of undefined constant STDOUT - assumed 'STDOUT' in</description>
		<content:encoded><![CDATA[<p>when i m writting </p>
<p>fwrite(STDOUT,&#8217;Enter Name&#8217;);</p>
<p>this kind of error is coming can anyone guide what the hell it is&#8230;.</p>
<p>PHP Notice:  Use of undefined constant STDOUT - assumed &#8216;STDOUT&#8217; in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Kompanez</title>
		<link>http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/comment-page-1/#comment-13612</link>
		<dc:creator>Andreas Kompanez</dc:creator>
		<pubDate>Tue, 07 Aug 2007 08:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2007/04/24/tips-and-tricks-php-shell-scripts/#comment-13612</guid>
		<description>Forgot to say, thanks Mike for that article. I'm using PHP for shell scripting all the time, but some of those php.ini directives were new for me.</description>
		<content:encoded><![CDATA[<p>Forgot to say, thanks Mike for that article. I&#8217;m using PHP for shell scripting all the time, but some of those php.ini directives were new for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
