<?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"
	>
<channel>
	<title>Comments on: Upgrading PHP</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/</link>
	<description>Ranting and Raving</description>
	<pubDate>Fri, 21 Nov 2008 22:04:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/#comment-24020</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Thu, 30 Nov 2006 18:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/#comment-24020</guid>
		<description>I did try that. However, PHP still finds the version 2.6.16. :-(

&lt;table&gt;&lt;tr&gt;&lt;td class="e"&gt;Configure Command &lt;/td&gt;&lt;td class="v"&gt; './configure' '--with-apxs2=/usr/httpd/bin/apxs' '--with-mysql=/usr/local/mysql' '--prefix=/opt/php5' '--with-libxml-dir=/Library/Frameworks/libxml.framework' '--with-xsl=/Library/Frameworks/libxslt.framework' &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
		<content:encoded><![CDATA[<p>I did try that. However, PHP still finds the version 2.6.16. :-(</p>
<table>
<tr>
<td class="e">Configure Command </td>
<td class="v"> &#8216;./configure&#8217; &#8216;&#8211;with-apxs2=/usr/httpd/bin/apxs&#8217; &#8216;&#8211;with-mysql=/usr/local/mysql&#8217; &#8216;&#8211;prefix=/opt/php5&#8242; &#8216;&#8211;with-libxml-dir=/Library/Frameworks/libxml.framework&#8217; &#8216;&#8211;with-xsl=/Library/Frameworks/libxslt.framework&#8217; </td>
</tr>
</table>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sixten Otto</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/#comment-23998</link>
		<dc:creator>Sixten Otto</dc:creator>
		<pubDate>Thu, 30 Nov 2006 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2006/11/29/upgrading-php/#comment-23998</guid>
		<description>Are you perhaps missing the &lt;code&gt;configure&lt;/code&gt; option to set the location for libxml? Looks like that's &lt;code&gt;--with-libxml-dir=&lt;i&gt;path&lt;/i&gt;&lt;/code&gt;.

The online docs for PHP are woefully incomplete when it comes to listing all of the configuration options. I've found I generally have to run &lt;code&gt;configure&lt;/code&gt; with the argument to have it dump all of its arguments, and then go through the list to be sure there isn't something I'm forgetting. And then write a little shell script to do run the tool, in case I need to tweak something and reconfigure again.</description>
		<content:encoded><![CDATA[<p>Are you perhaps missing the <code>configure</code> option to set the location for libxml? Looks like that&#8217;s <code>--with-libxml-dir=<i>path</i></code>.</p>
<p>The online docs for PHP are woefully incomplete when it comes to listing all of the configuration options. I&#8217;ve found I generally have to run <code>configure</code> with the argument to have it dump all of its arguments, and then go through the list to be sure there isn&#8217;t something I&#8217;m forgetting. And then write a little shell script to do run the tool, in case I need to tweak something and reconfigure again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
