<?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: PHP Weirdness</title>
	<atom:link href="http://www.firsttube.com/read/php-weirdness/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firsttube.com/read/php-weirdness/</link>
	<description>crunchy nuggets, served semi-daily</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lennie</title>
		<link>http://www.firsttube.com/read/php-weirdness/comment-page-1/#comment-3241</link>
		<dc:creator>Lennie</dc:creator>
		<pubDate>Thu, 19 Nov 2009 04:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=660#comment-3241</guid>
		<description>You don&#039;t need the ob_start in the curl example.&lt;br&gt;&lt;br&gt;You can use:&lt;br&gt;&lt;br&gt;function read_whatever ($ch, $str) {&lt;br&gt;}&lt;br&gt;&lt;br&gt;curl_setopt($ch, CURLOPT_WRITEFUNCTION, &#039;read_body&#039;);&lt;br&gt;&lt;br&gt;(it was copied from a multi-curl-example, but it should work)&lt;br&gt;&lt;br&gt;Lennie</description>
		<content:encoded><![CDATA[<p>You don&#39;t need the ob_start in the curl example.</p>
<p>You can use:</p>
<p>function read_whatever ($ch, $str) {<br />}</p>
<p>curl_setopt($ch, CURLOPT_WRITEFUNCTION, &#39;read_body&#39;);</p>
<p>(it was copied from a multi-curl-example, but it should work)</p>
<p>Lennie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lennie</title>
		<link>http://www.firsttube.com/read/php-weirdness/comment-page-1/#comment-3170</link>
		<dc:creator>Lennie</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=660#comment-3170</guid>
		<description>You don&#039;t need the ob_start in the curl example.&lt;br&gt;&lt;br&gt;You can use:&lt;br&gt;&lt;br&gt;function read_whatever ($ch, $str) {&lt;br&gt;}&lt;br&gt;&lt;br&gt;curl_setopt($ch, CURLOPT_WRITEFUNCTION, &#039;read_body&#039;);&lt;br&gt;&lt;br&gt;(it was copied from a multi-curl-example, but it should work)&lt;br&gt;&lt;br&gt;Lennie</description>
		<content:encoded><![CDATA[<p>You don&#39;t need the ob_start in the curl example.</p>
<p>You can use:</p>
<p>function read_whatever ($ch, $str) {<br />}</p>
<p>curl_setopt($ch, CURLOPT_WRITEFUNCTION, &#39;read_body&#39;);</p>
<p>(it was copied from a multi-curl-example, but it should work)</p>
<p>Lennie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam S</title>
		<link>http://www.firsttube.com/read/php-weirdness/comment-page-1/#comment-696</link>
		<dc:creator>Adam S</dc:creator>
		<pubDate>Sat, 16 Aug 2008 13:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=660#comment-696</guid>
		<description>Good thought, but that was the first thing I verified.   allow_url_fopen is and always has been on, which is why it worked in the first place.</description>
		<content:encoded><![CDATA[<p>Good thought, but that was the first thing I verified.   allow_url_fopen is and always has been on, which is why it worked in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John F. Douthat</title>
		<link>http://www.firsttube.com/read/php-weirdness/comment-page-1/#comment-695</link>
		<dc:creator>John F. Douthat</dc:creator>
		<pubDate>Sat, 16 Aug 2008 07:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://firsttubecom/?p=660#comment-695</guid>
		<description>You may have allow_url_fopen disabled in your php.ini or a .htaccess file. use phpinfo() to see the configuration value</description>
		<content:encoded><![CDATA[<p>You may have allow_url_fopen disabled in your php.ini or a .htaccess file. use phpinfo() to see the configuration value</p>
]]></content:encoded>
	</item>
</channel>
</rss>

