<?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: Apache, PHP and MongoDB on Mac OS X 10.6 Snow Leopard</title>
	<atom:link href="http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:25:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38667</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 08 Jun 2010 20:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38667</guid>
		<description>&lt;p&gt;@Caleb - you can do &lt;code&gt;sudo port install php5-curl&lt;/code&gt; to enable support for curl.&lt;/p&gt;

&lt;p&gt;@tony - be sure to check that the MacPorts /opt paths are set before the rest of your path in order to give it priority. For example:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;export PATH=/opt/local/bin:/opt/local/sbin:$PATH
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>@Caleb &#8211; you can do <code>sudo port install php5-curl</code> to enable support for curl.</p>

<p>@tony &#8211; be sure to check that the MacPorts /opt paths are set before the rest of your path in order to give it priority. For example:</p>

<pre><code>export PATH=/opt/local/bin:/opt/local/sbin:$PATH
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38666</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38666</guid>
		<description>&lt;p&gt;Very nice guide.  Kudos.  &lt;/p&gt;

&lt;p&gt;However, I ran into one, albeit common in the macports world, problem.  In order to avoid any architecture problems when building the mongo extension, you should specifically call the macports version of the pecl binary: sudo /opt/local/bin/pecl install mongo.  I was having a problem loading the extension because pecl referenced the binary that comes with Snow Leopard (i.e. /usr/local/bin/pecl).  It may only be a problem with the folks running a 32 bit processor under Snow Leopard.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very nice guide.  Kudos.  </p>

<p>However, I ran into one, albeit common in the macports world, problem.  In order to avoid any architecture problems when building the mongo extension, you should specifically call the macports version of the pecl binary: sudo /opt/local/bin/pecl install mongo.  I was having a problem loading the extension because pecl referenced the binary that comes with Snow Leopard (i.e. /usr/local/bin/pecl).  It may only be a problem with the folks running a 32 bit processor under Snow Leopard.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38630</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Tue, 16 Mar 2010 09:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38630</guid>
		<description>&lt;p&gt;Hi there,&lt;/p&gt;

&lt;p&gt;I successfully followed your instructions here, and have apache, php and mongo running, however php seems to have compiled without cURL? Do you have any tips on why that might be?&lt;/p&gt;

&lt;p&gt;Thank you,
Caleb&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,</p>

<p>I successfully followed your instructions here, and have apache, php and mongo running, however php seems to have compiled without cURL? Do you have any tips on why that might be?</p>

<p>Thank you,
Caleb</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38622</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38622</guid>
		<description>&lt;p&gt;That was intended just to show that each object doesn&#039;t have to conform to any schema.&lt;/p&gt;

&lt;p&gt;Though officially, Tatiana Romanova :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That was intended just to show that each object doesn&#8217;t have to conform to any schema.</p>

<p>Though officially, Tatiana Romanova :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38621</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38621</guid>
		<description>&lt;p&gt;fantastic guide. i also had no problems at all. &lt;/p&gt;

&lt;p&gt;$frwl has no index &#039;girl&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>fantastic guide. i also had no problems at all. </p>

<p>$frwl has no index &#8216;girl&#8217;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: NiKo</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38616</link>
		<dc:creator>NiKo</dc:creator>
		<pubDate>Sun, 07 Feb 2010 19:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38616</guid>
		<description>&lt;p&gt;Yes, excellent stuff. Can&#039;t wait for part 2 :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, excellent stuff. Can&#8217;t wait for part 2 :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy L</title>
		<link>http://davidwinter.me.uk/articles/2010/01/02/apache-php-and-mongodb-on-mac-os-x-10-6-snow-leopard/comment-page-1/#comment-38611</link>
		<dc:creator>Andy L</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://davidwinter.me.uk/?p=152#comment-38611</guid>
		<description>&lt;p&gt;Excellent guide -- worked flawlessly.&lt;/p&gt;

&lt;p&gt;Thank you very much!&lt;/p&gt;

&lt;p&gt;I&#039;m looking forward to your next articles on MongoDB with PHP.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent guide &#8212; worked flawlessly.</p>

<p>Thank you very much!</p>

<p>I&#8217;m looking forward to your next articles on MongoDB with PHP.</p>]]></content:encoded>
	</item>
</channel>
</rss>
