<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Storage B &#187; PHP</title>
	<atom:link href="http://www.storage-b.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.storage-b.com</link>
	<description>James A. Chappell's technical web log</description>
	<lastBuildDate>Tue, 27 Sep 2011 01:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Warning: main(): stream does not support seeking in /pathto/file.php on line XX</title>
		<link>http://www.storage-b.com/php/6</link>
		<comments>http://www.storage-b.com/php/6#comments</comments>
		<pubDate>Fri, 02 Apr 2004 14:02:35 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://weblog.amon-hen.com/php/6</guid>
		<description><![CDATA[Apparently VeoWeb.Net1 upgraded PHP. This introduced a bug (feature?) which caused the above warning to be displayed even though the php script appears to work correctly. Here&#8217;s the solution: The offending line looks something like this: include($URL) ; Replacing it with this: @include($URL) ; fixes this problem. Now defunct.]]></description>
			<content:encoded><![CDATA[<p>
Apparently VeoWeb.Net<sup>1</sup> upgraded <a href="http://www.php.net/">PHP</a>.
This introduced a bug (feature?) which caused the above warning to be displayed even though the php script appears to work correctly.
</p>
<p>
Here&#8217;s the solution:<br /><br />
The offending line looks something like this:<br />
include($URL) ;<br /><br />
Replacing it with this:<br />
@include($URL) ;<br /><br />
fixes this problem.
</p>
<ol class="copyr">
<li>Now defunct.</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/php/6/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

