<?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 for Crawl, Walk, Run</title>
	<atom:link href="http://adam.yanalunas.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://adam.yanalunas.com/blog</link>
	<description>The complete &#38; uncut edition</description>
	<lastBuildDate>Mon, 22 Aug 2011 20:25:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Making Snow Leopard&#8217;s PHP 5.3.0 usable in the real world by adam</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-7080</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 22 Aug 2011 20:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-7080</guid>
		<description>Thanks for the tip, Sam. I&#039;ll add a note to the article for people to check out your comment.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, Sam. I&#8217;ll add a note to the article for people to check out your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Snow Leopard&#8217;s PHP 5.3.0 usable in the real world by Sam Moffatt</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-6991</link>
		<dc:creator>Sam Moffatt</dc:creator>
		<pubDate>Wed, 17 Aug 2011 17:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-6991</guid>
		<description>The reason that mhash isn&#039;t in the PHP 5.3 tarballs is because the functionality offered from mhash is now provided via the hash extension. This means that you only need to install libmcrypt and then the PHP mcrypt extension.

See: http://php.net/manual/en/mhash.installation.php</description>
		<content:encoded><![CDATA[<p>The reason that mhash isn&#8217;t in the PHP 5.3 tarballs is because the functionality offered from mhash is now provided via the hash extension. This means that you only need to install libmcrypt and then the PHP mcrypt extension.</p>
<p>See: <a href="http://php.net/manual/en/mhash.installation.php" rel="nofollow">http://php.net/manual/en/mhash.installation.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Viewing VMware Fusion guest Cassini/Development Server on host by leonel</title>
		<link>http://adam.yanalunas.com/blog/archives/133/comment-page-1#comment-3320</link>
		<dc:creator>leonel</dc:creator>
		<pubDate>Fri, 19 Nov 2010 04:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=133#comment-3320</guid>
		<description>what i am trying to do is to connect the iphone to mojoportal running on vm with windows server hope  u provide new post.</description>
		<content:encoded><![CDATA[<p>what i am trying to do is to connect the iphone to mojoportal running on vm with windows server hope  u provide new post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing the browser&#8217;s stylesheets with CSSelection by tmont</title>
		<link>http://adam.yanalunas.com/blog/archives/100/comment-page-1#comment-3294</link>
		<dc:creator>tmont</dc:creator>
		<pubDate>Mon, 15 Nov 2010 14:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=100#comment-3294</guid>
		<description>Cool stuff! Looks pretty solid, too.

I think you might have a problem if your passed-in rules object has one of the &quot;unsafe&quot; CSS properties, like &quot;float&quot;. Your loop to turn them into JavaScript style properties needs to special case &quot;float&quot; and replace it with &quot;cssFloat&quot; (I can&#039;t remember off the top of my head if there are any more like that). Although I&#039;m not very familiar with the stylesheet API so maybe it&#039;s not necessary...</description>
		<content:encoded><![CDATA[<p>Cool stuff! Looks pretty solid, too.</p>
<p>I think you might have a problem if your passed-in rules object has one of the &#8220;unsafe&#8221; CSS properties, like &#8220;float&#8221;. Your loop to turn them into JavaScript style properties needs to special case &#8220;float&#8221; and replace it with &#8220;cssFloat&#8221; (I can&#8217;t remember off the top of my head if there are any more like that). Although I&#8217;m not very familiar with the stylesheet API so maybe it&#8217;s not necessary&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing the browser&#8217;s stylesheets with CSSelection by adam</title>
		<link>http://adam.yanalunas.com/blog/archives/100/comment-page-1#comment-3175</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=100#comment-3175</guid>
		<description>I&#039;ve updated the post with some simple usage examples. Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the post with some simple usage examples. Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing the browser&#8217;s stylesheets with CSSelection by rainabba</title>
		<link>http://adam.yanalunas.com/blog/archives/100/comment-page-1#comment-3164</link>
		<dc:creator>rainabba</dc:creator>
		<pubDate>Thu, 04 Nov 2010 01:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=100#comment-3164</guid>
		<description>I&#039;ve been looking for just this sort of functionality but can&#039;t figure out your syntax despite what i&#039;m sure is a great write-up. Mind throwing some examples up? In particular, how to modify an existing rule based on a simple .class selector.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for just this sort of functionality but can&#8217;t figure out your syntax despite what i&#8217;m sure is a great write-up. Mind throwing some examples up? In particular, how to modify an existing rule based on a simple .class selector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uninstalling Active Technology&#8217;s ODBC drivers by wOOw</title>
		<link>http://adam.yanalunas.com/blog/archives/96/comment-page-1#comment-2801</link>
		<dc:creator>wOOw</dc:creator>
		<pubDate>Thu, 30 Sep 2010 13:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=96#comment-2801</guid>
		<description>Hi,

I also stuck on uninstalling this software so can you please send me a link for that script?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also stuck on uninstalling this software so can you please send me a link for that script?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Snow Leopard&#8217;s PHP 5.3.0 usable in the real world by Bryan</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-2786</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 29 Sep 2010 06:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-2786</guid>
		<description>I found a good tutorial; this worked for me:

mkdir -p /SourceCache

cd /SourceCache

curl -O http://surfnet.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz

tar xzf libmcrypt-2.5.8.tar.gz

cd libmcrypt-2.5.8

MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure --disable-dependency-tracking

make

make install

---(Now build dynamically loaded extension)---

cd /SourceCache

curl -O http://www.opensource.apple.com/source/apache_mod_php/apache_mod_php-44.2/php-5.2.8.tar.bz2

tar xjf php-5.2.8.tar.bz2

cd /SourceCache/php-5.2.8/ext/mcrypt

phpize

MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&quot; CCFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; CXXFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&quot; LDFLAGS=&quot;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&quot; ./configure

make

make install

---

When done, edit/create /etc/php.ini and add:
extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/mcrypt.so

next issue:
sudo apachectl graceful</description>
		<content:encoded><![CDATA[<p>I found a good tutorial; this worked for me:</p>
<p>mkdir -p /SourceCache</p>
<p>cd /SourceCache</p>
<p>curl -O <a href="http://surfnet.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz" rel="nofollow">http://surfnet.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz</a></p>
<p>tar xzf libmcrypt-2.5.8.tar.gz</p>
<p>cd libmcrypt-2.5.8</p>
<p>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure &#8211;disable-dependency-tracking</p>
<p>make</p>
<p>make install</p>
<p>&#8212;(Now build dynamically loaded extension)&#8212;</p>
<p>cd /SourceCache</p>
<p>curl -O <a href="http://www.opensource.apple.com/source/apache_mod_php/apache_mod_php-44.2/php-5.2.8.tar.bz2" rel="nofollow">http://www.opensource.apple.com/source/apache_mod_php/apache_mod_php-44.2/php-5.2.8.tar.bz2</a></p>
<p>tar xjf php-5.2.8.tar.bz2</p>
<p>cd /SourceCache/php-5.2.8/ext/mcrypt</p>
<p>phpize</p>
<p>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp&#8221; CCFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; CXXFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe&#8221; LDFLAGS=&#8221;-arch ppc -arch ppc64 -arch i386 -arch x86_64 -bind_at_load&#8221; ./configure</p>
<p>make</p>
<p>make install</p>
<p>&#8212;</p>
<p>When done, edit/create /etc/php.ini and add:<br />
extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/mcrypt.so</p>
<p>next issue:<br />
sudo apachectl graceful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Snow Leopard&#8217;s PHP 5.3.0 usable in the real world by Bryan</title>
		<link>http://adam.yanalunas.com/blog/archives/62/comment-page-1#comment-2784</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 29 Sep 2010 05:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=62#comment-2784</guid>
		<description>I am running into some problems.  I really hope someone can help me out.  Here are my details:

OS:  Snow Leopard Server 10.6.4
PHP (Came /w OSX):  5.3.2

I downloaded libmcrypt (libmcrypt-2.5.8.tar.gz) and installed per the instructions above.  I downloaded the source for PHP 5.3.2 (php-5.3.2.tar.gz); however, it was missing the &quot;mhash&quot; directory.  So I downloaded mhash (mhash-0.9.9.9.tar.gz) and put it in the php source folder.  This was missing &quot;config.m4&quot;, so, I copied it over from the &quot;php.5.2.13.tar.gz&quot;  and put it in.  That resolved the phpize problem.

Now, I am receiving the following error when trying to ./ configure mhash and do not know where to go from here:
configure: error: Please reinstall libmhash - I cannot find mhash.h

After reading the thread, I tried installing using &quot;php.5.2.13.tar.gz&quot;.  I still end up at the &quot;configure: error: Please reinstall libmhash - I cannot find mhash.h&quot; error when trying to ./configure mhash.

Again, I sincerely appreciate any help anyone can provide.

Thank you!</description>
		<content:encoded><![CDATA[<p>I am running into some problems.  I really hope someone can help me out.  Here are my details:</p>
<p>OS:  Snow Leopard Server 10.6.4<br />
PHP (Came /w OSX):  5.3.2</p>
<p>I downloaded libmcrypt (libmcrypt-2.5.8.tar.gz) and installed per the instructions above.  I downloaded the source for PHP 5.3.2 (php-5.3.2.tar.gz); however, it was missing the &#8220;mhash&#8221; directory.  So I downloaded mhash (mhash-0.9.9.9.tar.gz) and put it in the php source folder.  This was missing &#8220;config.m4&#8243;, so, I copied it over from the &#8220;php.5.2.13.tar.gz&#8221;  and put it in.  That resolved the phpize problem.</p>
<p>Now, I am receiving the following error when trying to ./ configure mhash and do not know where to go from here:<br />
configure: error: Please reinstall libmhash &#8211; I cannot find mhash.h</p>
<p>After reading the thread, I tried installing using &#8220;php.5.2.13.tar.gz&#8221;.  I still end up at the &#8220;configure: error: Please reinstall libmhash &#8211; I cannot find mhash.h&#8221; error when trying to ./configure mhash.</p>
<p>Again, I sincerely appreciate any help anyone can provide.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Viewing VMware Fusion guest Cassini/Development Server on host by Henry Hoffmann</title>
		<link>http://adam.yanalunas.com/blog/archives/133/comment-page-1#comment-2605</link>
		<dc:creator>Henry Hoffmann</dc:creator>
		<pubDate>Wed, 15 Sep 2010 18:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://adam.yanalunas.com/blog/?p=133#comment-2605</guid>
		<description>Hi, 

You are not the only dev trying to connect to cassini in a vm from the iphone simulator. I&#039;m trying this out now.

Thank you for taking the trouble to post this.

Henry</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>You are not the only dev trying to connect to cassini in a vm from the iphone simulator. I&#8217;m trying this out now.</p>
<p>Thank you for taking the trouble to post this.</p>
<p>Henry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

