<?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: Upgrading to PHP 5</title>
	<atom:link href="http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/</link>
	<description>Thoughts on PHP, eBay, and too many technical topics for my family's liking.</description>
	<lastBuildDate>Tue, 29 Mar 2011 16:05:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: js</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/comment-page-1/#comment-874</link>
		<dc:creator>js</dc:creator>
		<pubDate>Sun, 13 Nov 2005 21:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47#comment-874</guid>
		<description>I&#039;ve figured it out.  I also had to set doc_root to empty (or just comment it out) in my php5&#039;s php.ini.  It was originally set to my vhost1&#039;s DocumentRoot.  Sorry for the spam, but I figured this might come in handy for someone experiencing the same problems as me.  All is well now.  Thanks for the great book!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve figured it out.  I also had to set doc_root to empty (or just comment it out) in my php5&#8217;s php.ini.  It was originally set to my vhost1&#8217;s DocumentRoot.  Sorry for the spam, but I figured this might come in handy for someone experiencing the same problems as me.  All is well now.  Thanks for the great book!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/comment-page-1/#comment-873</link>
		<dc:creator>js</dc:creator>
		<pubDate>Sun, 13 Nov 2005 21:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47#comment-873</guid>
		<description>Got it!  I also had to add &quot;Allow From All&quot; to my Directory section, so now mine looks like:

ScriptAlias /php5 /usr/local/php5/bin

        Options +ExecCGI +FollowSymLinks
        AllowOverride None
        Allow From All


Now another problem, only my first VirtualHost works.
http://www.vhost1.com:8080 properly loads php5.
http://www.vhost2.com:8080 loads php5, but it loads vhost1&#039;s content.  I&#039;ve been pulling my hair out for days trying every possible combination of Listen, NameVirtualHost, and VirtualHost directives no no avail.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Got it!  I also had to add &#8220;Allow From All&#8221; to my Directory section, so now mine looks like:</p>
<p>ScriptAlias /php5 /usr/local/php5/bin</p>
<p>        Options +ExecCGI +FollowSymLinks<br />
        AllowOverride None<br />
        Allow From All</p>
<p>Now another problem, only my first VirtualHost works.<br />
<a href="http://www.vhost1.com:8080" rel="nofollow">http://www.vhost1.com:8080</a> properly loads php5.<br />
<a href="http://www.vhost2.com:8080" rel="nofollow">http://www.vhost2.com:8080</a> loads php5, but it loads vhost1&#8217;s content.  I&#8217;ve been pulling my hair out for days trying every possible combination of Listen, NameVirtualHost, and VirtualHost directives no no avail.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Trachtenberg</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/comment-page-1/#comment-872</link>
		<dc:creator>Adam Trachtenberg</dc:creator>
		<pubDate>Sun, 13 Nov 2005 17:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47#comment-872</guid>
		<description>Hum... I&#039;ve not used Apache 2.0 all that much, but that shouldn&#039;t be a big difference. I would check the read permissions on the files.</description>
		<content:encoded><![CDATA[<p>Hum&#8230; I&#8217;ve not used Apache 2.0 all that much, but that shouldn&#8217;t be a big difference. I would check the read permissions on the files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/comment-page-1/#comment-865</link>
		<dc:creator>js</dc:creator>
		<pubDate>Thu, 10 Nov 2005 21:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47#comment-865</guid>
		<description>Hi there, your book is great, but I&#039;ve run into a problem from Appendix C &quot;Installing PHP5 Alongside PHP4.&quot;  I&#039;m using the Ports method you described, and everything went fine and appears to be working, however, when I browse to http://www.mysite.com:8080/ I get the following:

Forbidden
You don&#039;t have permission to access /php5/php/index.php on this server.

The only difference I see from your instructions is that I am running Apache 1.3, not 2.0.  Any ideas/tips?</description>
		<content:encoded><![CDATA[<p>Hi there, your book is great, but I&#8217;ve run into a problem from Appendix C &#8220;Installing PHP5 Alongside PHP4.&#8221;  I&#8217;m using the Ports method you described, and everything went fine and appears to be working, however, when I browse to <a href="http://www.mysite.com:8080/" rel="nofollow">http://www.mysite.com:8080/</a> I get the following:</p>
<p>Forbidden<br />
You don&#8217;t have permission to access /php5/php/index.php on this server.</p>
<p>The only difference I see from your instructions is that I am running Apache 1.3, not 2.0.  Any ideas/tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Kellner</title>
		<link>http://www.trachtenberg.com/blog/2004/05/15/upgrading-to-php-5/comment-page-1/#comment-596</link>
		<dc:creator>Peter Kellner</dc:creator>
		<pubDate>Mon, 22 Aug 2005 18:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/wordpress/?p=47#comment-596</guid>
		<description>I didn&#039;t see an obvious place to send book corrections so I&#039;m posting it here.

&quot;Upgrading to PHP5&quot; page 261.&quot; - Need if ($person = null) { ... } around $this-&gt;data = array...   Otherwise, when you pass in a $person, it always gets initialized.

Also,  though I don&#039;t understand why, I had to change if (is_array($person) to isset($person).  Seems it should have worked you way.

Nice book by the way.  Very helpful.

http://peterkellner.net

</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t see an obvious place to send book corrections so I&#8217;m posting it here.</p>
<p>&#8220;Upgrading to PHP5&#8243; page 261.&#8221; &#8211; Need if ($person = null) { &#8230; } around $this-&gt;data = array&#8230;   Otherwise, when you pass in a $person, it always gets initialized.</p>
<p>Also,  though I don&#8217;t understand why, I had to change if (is_array($person) to isset($person).  Seems it should have worked you way.</p>
<p>Nice book by the way.  Very helpful.</p>
<p><a href="http://peterkellner.net" rel="nofollow">http://peterkellner.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

