<?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: Making Snow Leopard&#8217;s PHP 5.3.0 usable in the real world</title>
	<atom:link href="http://adam.yanalunas.com/blog/archives/62/feed" rel="self" type="application/rss+xml" />
	<link>http://adam.yanalunas.com/blog/archives/62#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=making-snow-leopards-php-5-3-0-usable-in-the-real-world</link>
	<description>The complete &#38; uncut edition</description>
	<lastBuildDate>Wed, 21 Apr 2010 21:47:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adam</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1876</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1876</guid>
		<description>Good catch. Thanks for the additional link.</description>
		<content:encoded><![CDATA[<p>Good catch. Thanks for the additional link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k00k</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1870</link>
		<dc:creator>k00k</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1870</guid>
		<description>If you&#039;re looking at this blog post, you should also take a look at this one which outlines how to tack on mcrypt without a php recompile. It worked for me.

http://tinyurl.com/yc3jbh2</description>
		<content:encoded><![CDATA[<p>If you&#8217;re looking at this blog post, you should also take a look at this one which outlines how to tack on mcrypt without a php recompile. It worked for me.</p>
<p><a href="http://tinyurl.com/yc3jbh2" rel="nofollow">http://tinyurl.com/yc3jbh2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snow Leopard Apache exit signal Segmentation fault (11) &#187; Tecnotertulia</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1783</link>
		<dc:creator>Snow Leopard Apache exit signal Segmentation fault (11) &#187; Tecnotertulia</dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1783</guid>
		<description>[...] Since the version of PHP that comes with Snow Leopard may be missing some of your favorite extensions, here&#8217;s a link to some instructions on how to include them (untested by me): Making Snow Leopard’s PHP 5.3.0 usable in the real world [...]</description>
		<content:encoded><![CDATA[<p>[...] Since the version of PHP that comes with Snow Leopard may be missing some of your favorite extensions, here&#8217;s a link to some instructions on how to include them (untested by me): Making Snow Leopard’s PHP 5.3.0 usable in the real world [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bloody-wicked</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1780</link>
		<dc:creator>bloody-wicked</dc:creator>
		<pubDate>Mon, 15 Mar 2010 02:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1780</guid>
		<description>hi adam,

thanks a lot for this walk through; saved me an awful lot of time!

a few notes you might want to add for clarity:

- the source which needs to be downloaded is php-5.2.13 (and not php-5.3.2 which is on top of the download page)
http://nl3.php.net/get/php-5.2.13.tar.bz2/from/a/mirror

- the mhash extension is not present in the php-5.3.2 source. even though the install from the 5.2.13 source results in a &quot;configure: error: Please reinstall libmhash - I cannot find mhash.h&quot; message, mcrypt installed and works without any issues... looks like mcrypt does not require the mhash extension to be installed  

- as ploughguy already pointed out; the mcrypt extension needs to be activated. simply add: extension=mcrypt.so
to your php.ini file, restart apache and mcrypt is activated / shows up in the phpinfo view (modes_dir &amp; algorithms_dir both use the default path so no need to uncomment those lines)

cheers
w</description>
		<content:encoded><![CDATA[<p>hi adam,</p>
<p>thanks a lot for this walk through; saved me an awful lot of time!</p>
<p>a few notes you might want to add for clarity:</p>
<p>- the source which needs to be downloaded is php-5.2.13 (and not php-5.3.2 which is on top of the download page)<br />
<a href="http://nl3.php.net/get/php-5.2.13.tar.bz2/from/a/mirror" rel="nofollow">http://nl3.php.net/get/php-5.2.13.tar.bz2/from/a/mirror</a></p>
<p>- the mhash extension is not present in the php-5.3.2 source. even though the install from the 5.2.13 source results in a &#8220;configure: error: Please reinstall libmhash &#8211; I cannot find mhash.h&#8221; message, mcrypt installed and works without any issues&#8230; looks like mcrypt does not require the mhash extension to be installed  </p>
<p>- as ploughguy already pointed out; the mcrypt extension needs to be activated. simply add: extension=mcrypt.so<br />
to your php.ini file, restart apache and mcrypt is activated / shows up in the phpinfo view (modes_dir &amp; algorithms_dir both use the default path so no need to uncomment those lines)</p>
<p>cheers<br />
w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macsucks</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1674</link>
		<dc:creator>macsucks</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1674</guid>
		<description>I think i buy a windows computer, much easyier. no need to complie</description>
		<content:encoded><![CDATA[<p>I think i buy a windows computer, much easyier. no need to complie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmarquez</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1657</link>
		<dc:creator>jmarquez</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1657</guid>
		<description>PloughBoy,

How did you fix your last issue?
I was also missing mhash from the PHP Source, I did have hash though.  I downloaded mhash from here..
http://mhash.sourceforge.net/
I am having the same issue as you when running phpize for mhash.
I get this error
Cannot find config.m4. 
Make sure that you run &#039;/usr/bin/phpize&#039; in the top level source directory of the module

I am stuck.  How do I proceed?
Thank you</description>
		<content:encoded><![CDATA[<p>PloughBoy,</p>
<p>How did you fix your last issue?<br />
I was also missing mhash from the PHP Source, I did have hash though.  I downloaded mhash from here..<br />
<a href="http://mhash.sourceforge.net/" rel="nofollow">http://mhash.sourceforge.net/</a><br />
I am having the same issue as you when running phpize for mhash.<br />
I get this error<br />
Cannot find config.m4.<br />
Make sure that you run &#8216;/usr/bin/phpize&#8217; in the top level source directory of the module</p>
<p>I am stuck.  How do I proceed?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1607</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 29 Oct 2009 21:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1607</guid>
		<description>Gabriel-

Yes, I should have been more clear. Just copy those *FLAGS commands and paste those into your Terminal. Hit return and you&#039;re set! Those just set some flags in the global scope of the Terminal session that the compiler will pick up.</description>
		<content:encoded><![CDATA[<p>Gabriel-</p>
<p>Yes, I should have been more clear. Just copy those *FLAGS commands and paste those into your Terminal. Hit return and you&#8217;re set! Those just set some flags in the global scope of the Terminal session that the compiler will pick up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1595</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1595</guid>
		<description>Hi Adam, 

Thank you for the interesting post. 

When you say:

&quot;Set up your arguments environment with this command:

CFLAGS=&#039;-O3 -fno-common -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#039;
LDFLAGS=&#039;-O3 -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#039;
CXXFLAGS=&#039;-O3 -fno-common -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#039;&quot;

What do you mean? Do I have to type those commands in Terminal???

Thank you for helping!</description>
		<content:encoded><![CDATA[<p>Hi Adam, </p>
<p>Thank you for the interesting post. </p>
<p>When you say:</p>
<p>&#8220;Set up your arguments environment with this command:</p>
<p>CFLAGS=&#8217;-O3 -fno-common -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#8242;<br />
LDFLAGS=&#8217;-O3 -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#8242;<br />
CXXFLAGS=&#8217;-O3 -fno-common -arch i386 -arch x86_64 -arch ppc7400 -arch ppc64&#8242;&#8221;</p>
<p>What do you mean? Do I have to type those commands in Terminal???</p>
<p>Thank you for helping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1590</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 09 Oct 2009 03:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1590</guid>
		<description>Just glad you got things working. I&#039;ll update my post with your tips!</description>
		<content:encoded><![CDATA[<p>Just glad you got things working. I&#8217;ll update my post with your tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PloughGuy</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-1589</link>
		<dc:creator>PloughGuy</dc:creator>
		<pubDate>Fri, 09 Oct 2009 02:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-1589</guid>
		<description>Adam,
I have downloaded mhash as a separate download because it is not in the php/ext directory.  phpize hates it - wants config.m4 which is not there.  

As you can tell, PloughGuy is a php user, not a php setter-upper. 
Thanks for your help...
PG</description>
		<content:encoded><![CDATA[<p>Adam,<br />
I have downloaded mhash as a separate download because it is not in the php/ext directory.  phpize hates it &#8211; wants config.m4 which is not there.  </p>
<p>As you can tell, PloughGuy is a php user, not a php setter-upper.<br />
Thanks for your help&#8230;<br />
PG</p>
]]></content:encoded>
	</item>
</channel>
</rss>
