<?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 for PHP Musings</title>
	<atom:link href="http://www.charles-reace.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:18:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on PHP 5.3.7 Released, 5.2.x No Longer Supported by Charles</title>
		<link>http://www.charles-reace.com/blog/2011/08/18/php-5-3-7-released-5-2-x-no-longer-supported/comment-page-1/#comment-1769</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 22 Aug 2011 17:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=333#comment-1769</guid>
		<description>See the update I added at the top of this post, recommending not upgrading to 5.3.7 but instead waiting for 5.3.8.</description>
		<content:encoded><![CDATA[<p>See the update I added at the top of this post, recommending not upgrading to 5.3.7 but instead waiting for 5.3.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug in PHP 5.3.7, Recommended that We Wait for 5.3.8 by PHP 5.3.7 Released, 5.2.x No Longer Supported &#171; PHP Musings</title>
		<link>http://www.charles-reace.com/blog/2011/08/22/bug-in-php-5-3-7-recommended-that-we-wait-for-5-3-8/comment-page-1/#comment-1768</link>
		<dc:creator>PHP 5.3.7 Released, 5.2.x No Longer Supported &#171; PHP Musings</dc:creator>
		<pubDate>Mon, 22 Aug 2011 17:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=337#comment-1768</guid>
		<description>[...] 2011-08-22: See this post about a bug in crypt() in 5.3.7. PHP.net is recommending that you not upgrade to 5.3.7, but instead wait for [...]</description>
		<content:encoded><![CDATA[<p>[...] 2011-08-22: See this post about a bug in crypt() in 5.3.7. PHP.net is recommending that you not upgrade to 5.3.7, but instead wait for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3.7 Released, 5.2.x No Longer Supported by big.nerd</title>
		<link>http://www.charles-reace.com/blog/2011/08/18/php-5-3-7-released-5-2-x-no-longer-supported/comment-page-1/#comment-1767</link>
		<dc:creator>big.nerd</dc:creator>
		<pubDate>Mon, 22 Aug 2011 15:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=333#comment-1767</guid>
		<description>Thanks for the great info!

I had actually noticed this a little bit ago when browsing the php.net site.

The only concern that now lies is within larger sites it can be a task to move from 5.2 to 5.3 if it has some aged code and/or some developers using some less than favorable coding practices (lets just start with [shudder] short tags)

The good thing that does come of this is that we&#039;re now forced to find those issues and fix them (things were depreciated for a reason).

In any capacity it&#039;s time to upgrade, as it still amazes me how many sites are still running PHP4, never mind 5.2.</description>
		<content:encoded><![CDATA[<p>Thanks for the great info!</p>
<p>I had actually noticed this a little bit ago when browsing the php.net site.</p>
<p>The only concern that now lies is within larger sites it can be a task to move from 5.2 to 5.3 if it has some aged code and/or some developers using some less than favorable coding practices (lets just start with [shudder] short tags)</p>
<p>The good thing that does come of this is that we&#8217;re now forced to find those issues and fix them (things were depreciated for a reason).</p>
<p>In any capacity it&#8217;s time to upgrade, as it still amazes me how many sites are still running PHP4, never mind 5.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginners&#8217; Corner: Learning Object-Oriented PHP by ScottyBoy</title>
		<link>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/comment-page-1/#comment-1766</link>
		<dc:creator>ScottyBoy</dc:creator>
		<pubDate>Wed, 16 Mar 2011 19:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=231#comment-1766</guid>
		<description>I&#039;ll definitely be getting that book soon. I&#039;ve been wanting to improve my OOP for a while now. Thanks for the recommendation. :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ll definitely be getting that book soon. I&#8217;ve been wanting to improve my OOP for a while now. Thanks for the recommendation. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Good News / Bad News by bpat1434</title>
		<link>http://www.charles-reace.com/blog/2010/03/21/good-news-bad-news/comment-page-1/#comment-1765</link>
		<dc:creator>bpat1434</dc:creator>
		<pubDate>Mon, 13 Sep 2010 04:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=259#comment-1765</guid>
		<description>You could simplify things a lot more and just use PHP&#039;s streams to send the output directly to the user.

&lt;code&gt;
header(&quot;Content-Type&quot;, &quot;text/csv&quot;, true);
header(&quot;Content-Disposition&quot;, &quot;attachment; filename=&#039;my-filename.csv&#039;&quot;, true);
$fp = fopen(&quot;php://stdout&quot;, &quot;w&quot;);
&lt;/code&gt;

Then do your normal fputcsv() stuff.  Don&#039;t forget to send the headers prior to opening that pointer.  Much simpler than writing to a temp file and reading it back later if all you&#039;re doing is sending it to the user ;)</description>
		<content:encoded><![CDATA[<p>You could simplify things a lot more and just use PHP&#8217;s streams to send the output directly to the user.</p>
<p><code><br />
header("Content-Type", "text/csv", true);<br />
header("Content-Disposition", "attachment; filename='my-filename.csv'", true);<br />
$fp = fopen("php://stdout", "w");<br />
</code></p>
<p>Then do your normal fputcsv() stuff.  Don&#8217;t forget to send the headers prior to opening that pointer.  Much simpler than writing to a temp file and reading it back later if all you&#8217;re doing is sending it to the user ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Resize and Crop Function by Charles</title>
		<link>http://www.charles-reace.com/blog/2010/08/13/image-resize-and-crop-function/comment-page-1/#comment-1763</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sun, 15 Aug 2010 15:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=292#comment-1763</guid>
		<description>Hey, look, I&#039;m in Dubai: &lt;a href=&#039;http://www.tripkoto.com/2010/08/15/just-saw-this-cool-code/&#039; rel=&quot;nofollow&quot;&gt;PHP Developer Dubai&lt;/a&gt;. That&#039;s one of the coolest things about the Internet: you can converse with and help people from all over the world while never leaving home.</description>
		<content:encoded><![CDATA[<p>Hey, look, I&#8217;m in Dubai: <a href='http://www.tripkoto.com/2010/08/15/just-saw-this-cool-code/' rel="nofollow">PHP Developer Dubai</a>. That&#8217;s one of the coolest things about the Internet: you can converse with and help people from all over the world while never leaving home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Resize and Crop Function by Charles</title>
		<link>http://www.charles-reace.com/blog/2010/08/13/image-resize-and-crop-function/comment-page-1/#comment-1761</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 13 Aug 2010 17:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=292#comment-1761</guid>
		<description>PS: It probably would be a good idea to either add a max source image size parameter to the function instead of the currently hard-coded limit, or perhaps even move that into its own function -- maybe there&#039;s a class to be created there?</description>
		<content:encoded><![CDATA[<p>PS: It probably would be a good idea to either add a max source image size parameter to the function instead of the currently hard-coded limit, or perhaps even move that into its own function &#8212; maybe there&#8217;s a class to be created there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginners&#8217; Corner: Learning Object-Oriented PHP by nodehead</title>
		<link>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/comment-page-1/#comment-1757</link>
		<dc:creator>nodehead</dc:creator>
		<pubDate>Sat, 10 Jul 2010 21:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=231#comment-1757</guid>
		<description>Nice resource list - I somehow hadn&#039;t come across the IBM pages before, thank you. For anyone who&#039;s really just starting off, The Bear Necessities is quite an entertaining introduction to OOP over at Zend&#039;s devzone (but, the ABSOLUTE basics):

http://devzone.zend.com/article/638</description>
		<content:encoded><![CDATA[<p>Nice resource list &#8211; I somehow hadn&#8217;t come across the IBM pages before, thank you. For anyone who&#8217;s really just starting off, The Bear Necessities is quite an entertaining introduction to OOP over at Zend&#8217;s devzone (but, the ABSOLUTE basics):</p>
<p><a href="http://devzone.zend.com/article/638" rel="nofollow">http://devzone.zend.com/article/638</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book List App: One Query to Rule Them All by PHP Musings » Blog Archive » Book List App: One Query to Rule Them All &#124; Coder Online</title>
		<link>http://www.charles-reace.com/blog/2009/12/10/book-list-app-one-query-to-rule-them-all/comment-page-1/#comment-1755</link>
		<dc:creator>PHP Musings » Blog Archive » Book List App: One Query to Rule Them All &#124; Coder Online</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=246#comment-1755</guid>
		<description>[...] Continued here: PHP Musings » Blog Archive » Book List App: One Query to Rule Them All [...]</description>
		<content:encoded><![CDATA[<p>[...] Continued here: PHP Musings » Blog Archive » Book List App: One Query to Rule Them All [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book List Application by PHP Musings &#187; Blog Archive &#187; Book List App: One Query to Rule Them All</title>
		<link>http://www.charles-reace.com/blog/2009/09/16/book-list-application/comment-page-1/#comment-1754</link>
		<dc:creator>PHP Musings &#187; Blog Archive &#187; Book List App: One Query to Rule Them All</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=205#comment-1754</guid>
		<description>[...] to Rule Them All December 10, 2009 4:58 am Charles PHP, SQL  I got side-tracked from working on this project for awhile, but I am trying to get back to it [...]</description>
		<content:encoded><![CDATA[<p>[...] to Rule Them All December 10, 2009 4:58 am Charles PHP, SQL  I got side-tracked from working on this project for awhile, but I am trying to get back to it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

