<?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: Custom Building PHP on Windows and Linux</title>
	<atom:link href="http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Aug 2010 09:28:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matthew Turland</title>
		<link>http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/comment-page-1/#comment-228</link>
		<dc:creator>Matthew Turland</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:57:10 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>@DM Unfortunately I don&#039;t. You might check out http://elizabethmariesmith.com though because she&#039;s the Queen of compiling PHP on Windows. ;)

@AWS Thanks for the correction on #1! :) On #2, I was compiling a snapshot build of 5.3 to take advantage of the new garbage collection because I&#039;m using the build to run what&#039;s essentially a daemon process. As far as I know, there&#039;s no reason that it shouldn&#039;t also work with 5.2.6, but I can&#039;t speak to that because I haven&#039;t actually tried it myself.</description>
		<content:encoded><![CDATA[<p>@DM Unfortunately I don&#8217;t. You might check out <a href="http://elizabethmariesmith.com" rel="nofollow">http://elizabethmariesmith.com</a> though because she&#8217;s the Queen of compiling PHP on Windows. ;)</p>
<p>@AWS Thanks for the correction on #1! :) On #2, I was compiling a snapshot build of 5.3 to take advantage of the new garbage collection because I&#8217;m using the build to run what&#8217;s essentially a daemon process. As far as I know, there&#8217;s no reason that it shouldn&#8217;t also work with 5.2.6, but I can&#8217;t speak to that because I haven&#8217;t actually tried it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AWS</title>
		<link>http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/comment-page-1/#comment-227</link>
		<dc:creator>AWS</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:32:31 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Re: compiling under linux...

1. Are you sure your directions are right? You installed aspell at &quot;/path/to/aspell-0.60.5/build&quot;, and then you configure php with &quot;--with-pspell=/path/to/php-5.3/build/aspell-0.60.5/build&quot;. I wouldn&#039;ve expected those two paths to be the same.

2. Is that a special php version you&#039;re using? I see it&#039;s a 5.3 from the snapshot build server. Does that mean this technique won&#039;t work on php 5.2.6?</description>
		<content:encoded><![CDATA[<p>Re: compiling under linux&#8230;</p>
<p>1. Are you sure your directions are right? You installed aspell at &#8220;/path/to/aspell-0.60.5/build&#8221;, and then you configure php with &#8220;&#8211;with-pspell=/path/to/php-5.3/build/aspell-0.60.5/build&#8221;. I wouldn&#8217;ve expected those two paths to be the same.</p>
<p>2. Is that a special php version you&#8217;re using? I see it&#8217;s a 5.3 from the snapshot build server. Does that mean this technique won&#8217;t work on php 5.2.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: how to compile php &#171; Bobobobo&#8217;s Weblog</title>
		<link>http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/comment-page-1/#comment-194</link>
		<dc:creator>how to compile php &#171; Bobobobo&#8217;s Weblog</dc:creator>
		<pubDate>Wed, 28 May 2008 02:17:12 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>...at was fun.
&lt;a href=&quot;http://php.biz.net.id/manual/en/install.windows.building.php&quot; rel=&quot;nofollow&quot;&gt;online guide&lt;/a&gt;
&lt;a href=&quot;http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/&quot; rel=&quot;nofollow&quot;&gt;another article - ishouldbecoding.com&lt;/a&gt;
&lt;a href=&quot;http://elizabethmariesmith.com/2006/11/how-to-compile-php52-and-php-gtk2-on-windows-using-&quot; rel=&quot;nofollow&quot;&gt;...</description>
		<content:encoded><![CDATA[<p>&#8230;at was fun.<br />
<a href="http://php.biz.net.id/manual/en/install.windows.building.php" rel="nofollow">online guide</a><br />
<a href="http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/" rel="nofollow">another article &#8211; ishouldbecoding.com</a><br />
<a href="http://elizabethmariesmith.com/2006/11/how-to-compile-php52-and-php-gtk2-on-windows-using-" rel="nofollow">&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DM</title>
		<link>http://matthewturland.com/2008/03/08/custom-building-php-on-windows-and-linux/comment-page-1/#comment-179</link>
		<dc:creator>DM</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:22:29 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Do you have any tips on compiling the PECL Perl extension for Windows by anychance? The dll provided on pecl4win is out of date and only works on php </description>
		<content:encoded><![CDATA[<p>Do you have any tips on compiling the PECL Perl extension for Windows by anychance? The dll provided on pecl4win is out of date and only works on php</p>
]]></content:encoded>
	</item>
</channel>
</rss>
