<?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>Adam Trachtenberg &#187; upgrading to php 5</title>
	<atom:link href="http://www.trachtenberg.com/blog/tag/upgrading_to_php_5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trachtenberg.com/blog</link>
	<description>Thoughts on PHP, eBay, and too many technical topics for my family's liking.</description>
	<lastBuildDate>Tue, 24 Aug 2010 21:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DonorsChoose Gift Certificate</title>
		<link>http://www.trachtenberg.com/blog/2006/03/28/donorschoose-gift-certificate/</link>
		<comments>http://www.trachtenberg.com/blog/2006/03/28/donorschoose-gift-certificate/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 01:11:43 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[Living]]></category>
		<category><![CDATA[upgrading to php 5]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/blog/2006/03/28/donorschoose-gift-certificate/</guid>
		<description><![CDATA[Last month, I auctioned off a copy of Upgrading to PHP 5 on eBay with the proceeds going 100% to the EFF.
Today, I received an e-mail giving me a $30 gift certificate to DonorsChoose as a thank you for my eBay Giving Works listing! Cool. I didn&#8217;t know we did that.
DonorsChoose allows teachers to submit [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, I <a href="http://www.trachtenberg.com/blog/2006/02/11/auctioning-autographed-upgrading-to-php-5-for-the-eff/">auctioned off a copy</a> of <em>Upgrading to PHP 5</em> on eBay with the proceeds going 100% to the EFF.</p>
<p>Today, I received an e-mail giving me a $30 gift certificate to <a href="http://www.donorschoose.org/locale0/index.php">DonorsChoose</a> as a thank you for my eBay Giving Works listing! Cool. I didn&#8217;t know we did that.</p>
<p>DonorsChoose allows teachers to submit requests for projects or materials they need for their classrooms, and then allows donors to choose which ones to fund.</p>
<p>In recognition of my friend Jon Kline, I selected a project for the Oakland school system. It&#8217;s titled &#8220;<a href="http://www.donorschoose.org/donors.php?action=view_proposal&#038;id=32828">Improve Reading Engagement with Book Club Books!</a>&#8220;. I love the idea of students reading and discussing books in a group.</p>
<p>The project is now 9% of the way to it&#8217;s $762 goal. If you can, please support it, so it can achieve success.</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=477&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2006/03/28/donorschoose-gift-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing for PHP 4 and PHP 5</title>
		<link>http://www.trachtenberg.com/blog/2004/09/22/writing-for-php-4-and-php-5/</link>
		<comments>http://www.trachtenberg.com/blog/2004/09/22/writing-for-php-4-and-php-5/#comments</comments>
		<pubDate>Wed, 22 Sep 2004 05:26:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrading to php 5]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=31</guid>
		<description><![CDATA[A few weeks ago, John Lim kindly reviewed Upgrading to PHP 5. Overall, I was very happy with his comments, particularly when he said:
Even though I have read widely about PHP5, I still found this book a useful reference, because it delves deeper into the new features than most articles I have seen.
There&#8217;s a lot [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, John Lim <a href="http://phplens.com/phpeverywhere/?q=node/view/109">kindly reviewed</a> <em><a href="http://www.amazon.com/exec/obidos/ASIN/0596006365/ref=nosim/trachtenberg-20">Upgrading to PHP 5</a></em>. Overall, I was very happy with his comments, particularly when he said:</p>
<blockquote><p>Even though I have read widely about PHP5, I still found this book a useful reference, because it delves deeper into the new features than most articles I have seen.</p></blockquote>
<p>There&#8217;s a lot of free PHP 5 material, and I was a little worried that people wouldn&#8217;t find anything new in the book. It&#8217;s a good sign if John, who reads widely on PHP 5, learns something.</p>
<p>He also had one critique: that I didn&#8217;t spend enough time covering how to port code from PHP 4 to PHP 5. At first, this surprised me, as I specifically provide <em>both</em> PHP 4 and PHP 5 code examples.</p>
<p>Then I realized our PHP migration experiences are totally different. When I moved to a new version (and I&#8217;ve made many, as I started PHP programming with PHP/FI, aka PHP 2), I ported <em>internal</em> applications. I didn&#8217;t worry about other people running my code.</p>
<p>In contrast, John writes <a href="http://adodb.sourceforge.net/">ADODB</a>. This is an <em>external</em> application. He&#8217;s not writing for his personal or corporate use. He&#8217;s writing for everyone and anyone.</p>
<p>I could control my environment. While I know people would be running under shared hosts, I figured they could at least control whether they&#8217;re using PHP 4 or PHP 5.</p>
<p>John, however, doesn&#8217;t have that luxury. He needs to write code that can run under <em>both</em> PHP 4 <em>and</em> PHP 5. That&#8217;s why he wants me to discuss &#8220;features such as <tt>PHP_VERSION</tt>, <tt>phpversion()</tt>, <tt>extension_loaded()</tt>, <tt>function_exists()</tt>. I don&#8217;t cover that at all.</p>
<p>If you need these this, I guess you&#8217;ll have to wait for the second edition. :) However, I think if I was in this situation, I&#8217;d create a separate PHP 5 branch. There are so many PHP 5 specific features that just don&#8217;t play well with PHP 4, and I wouldn&#8217;t want to limit myself.</p>
<p>I&#8217;m interesting in hearing what other people are doing. I&#8217;ve only been following the PEAR folks a little bit. How has this been playing out?</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=31&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2004/09/22/writing-for-php-4-and-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to PHP 5</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/</link>
		<comments>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/#comments</comments>
		<pubDate>Sat, 15 May 2004 06:23:00 +0000</pubDate>
		<dc:creator>Adam Trachtenberg</dc:creator>
				<category><![CDATA[upgrading to php 5]]></category>

		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47</guid>
		<description><![CDATA[I&#8217;ve just finished my latest book: Upgrading to PHP 5. We&#8217;re still doing the final copy edits and proofing, but I&#8217;m happy to say that the hard part is over.
The hook to Upgrading to PHP 5 is that it only covers the new parts of PHP, so it&#8217;s perfect if you already know PHP 4. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished my latest book: <i><a href="http://www.oreilly.com/catalog/0596006365/">Upgrading to PHP 5</a></i>. We&#8217;re still doing the final copy edits and proofing, but I&#8217;m happy to say that the hard part is over.</p>
<p>The hook to <i>Upgrading to PHP 5</i> is that it <em>only</em> covers the new parts of PHP, so it&#8217;s perfect if you already know PHP 4. There&#8217;s no wasted pages teaching you how to process basic forms; there&#8217;s only pure PHP 5 goodness.</p>
<p>However, if you have no PHP experience, this book is completely useless.</p>
<p>It won&#8217;t be out until July, but you can already <a href="http://www.amazon.com/exec/obidos/ASIN/0596006365/ref=nosim/trachtenberg-20">pre-order the book</a> from Amazon.</p>
<img src="http://www.trachtenberg.com/blog/?ak_action=api_record_view&id=47&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

