<?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: HOWTO Install MongoDB for PHP on Mac OS X</title>
	<atom:link href="http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 16:56:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Andrej Baran</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10455</link>
		<dc:creator>Andrej Baran</dc:creator>
		<pubDate>Thu, 18 Oct 2012 14:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10455</guid>
		<description><![CDATA[Great tutorial ;) Thank you a lot {Readed from Slovakia}]]></description>
		<content:encoded><![CDATA[<p>Great tutorial ;) Thank you a lot {Readed from Slovakia}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Set up PHP 5, Apache and MongoDB on OS X Lion 10.8 &#124; Riccardo Coppola</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10449</link>
		<dc:creator>Set up PHP 5, Apache and MongoDB on OS X Lion 10.8 &#124; Riccardo Coppola</dc:creator>
		<pubDate>Sun, 30 Sep 2012 10:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10449</guid>
		<description><![CDATA[[...] can follow the directions from http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/ at point [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can follow the directions from http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/ at point [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install MongoDB on OS X &#124; blueleftistconstructor</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10406</link>
		<dc:creator>Install MongoDB on OS X &#124; blueleftistconstructor</dc:creator>
		<pubDate>Sun, 22 Jul 2012 04:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10406</guid>
		<description><![CDATA[[...] already had MongoDB installed for years on my Mac, but I found this article recently and followed the instructions to setup a better install. Using these steps you can use OS X&#8217;s [...]]]></description>
		<content:encoded><![CDATA[<p>[...] already had MongoDB installed for years on my Mac, but I found this article recently and followed the instructions to setup a better install. Using these steps you can use OS X&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mateus Gomes</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10357</link>
		<dc:creator>Mateus Gomes</dc:creator>
		<pubDate>Sun, 11 Dec 2011 19:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10357</guid>
		<description><![CDATA[If you are trying to install mongo with xampp see: http://php.net/manual/pt_BR/mongo.installation.php#mongo.installation.osx
I had to download and extract manually the mongo.so file in my php extension directory. If you don&#039;t know where is located your extension directory check on phpinfo() and place the mongo.so the extension directory.]]></description>
		<content:encoded><![CDATA[<p>If you are trying to install mongo with xampp see: <a href="http://php.net/manual/pt_BR/mongo.installation.php#mongo.installation.osx" rel="nofollow">http://php.net/manual/pt_BR/mongo.installation.php#mongo.installation.osx</a><br />
I had to download and extract manually the mongo.so file in my php extension directory. If you don&#8217;t know where is located your extension directory check on phpinfo() and place the mongo.so the extension directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10209</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 15 Sep 2011 13:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10209</guid>
		<description><![CDATA[Thanks a lot for these installation instructions. I had MongoDB already installed several months ago on Snow Leopard and wanted everything back on a fresh installation of Mac OS X Lion. As I had Apache and PHP already running, because it&#039;s shipped with the OS as we know, all I really needed was the PHP extension (mongo.so). I don&#039;t really understand why you can&#039;t just download it somewhere, which I did successfully several months ago – after a lot of searching though.

If some readers of this post feel it&#039;s still too complicated, here&#039;s my shortcut assuming they&#039;ve got the Mac OS&#039;s default Apache and PHP already running and just want to add MongoDB support as fast and easy as possible:

(1) Skip steps 1 to 3. Step No 3 takes ages to build everything and to date from MacPorts all you get is MongoDB 1.8.3. Download MongoDB 2.0.0 (or whatever the latest version is) binaries from http://www.mongodb.org/downloads. Unzip wherever you want and you&#039;re ready to run MongoDB.

(2) Download my PHP extension I&#039;ve built to skip steps 11 and 12 from http://bit.ly/mongoso, unzip and copy the file to the right place (sudo cp mongo.so /usr/lib/php/extensions/no-debug-non-zts-20090626/) and continue with step 13. But now listen carefully: Firstly I won&#039;t host this file there forever, so if it&#039;s gone it&#039;s gone. Secondly I can&#039;t promise it&#039;ll work on your Mac. I&#039;ve built it on an iMac running Mac OS X Lion 10.7.1 with PHP 5.3.6 and have also successfully tested the extension by copying it to a MacBook Air – so why shouldn&#039;t it run on your Mac as well? But if it doesn&#039;t (your Apache probably won&#039;t start up then) you might have to build it yourself as described in this post.

A tip for those following step 11: You might not have &quot;wget&quot; installed on your Mac. Use this command instead: curl -O http://pear.php.net/go-pear.phar

If you have any comments, tweet me: @NewMancunian]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for these installation instructions. I had MongoDB already installed several months ago on Snow Leopard and wanted everything back on a fresh installation of Mac OS X Lion. As I had Apache and PHP already running, because it&#8217;s shipped with the OS as we know, all I really needed was the PHP extension (mongo.so). I don&#8217;t really understand why you can&#8217;t just download it somewhere, which I did successfully several months ago – after a lot of searching though.</p>
<p>If some readers of this post feel it&#8217;s still too complicated, here&#8217;s my shortcut assuming they&#8217;ve got the Mac OS&#8217;s default Apache and PHP already running and just want to add MongoDB support as fast and easy as possible:</p>
<p>(1) Skip steps 1 to 3. Step No 3 takes ages to build everything and to date from MacPorts all you get is MongoDB 1.8.3. Download MongoDB 2.0.0 (or whatever the latest version is) binaries from <a href="http://www.mongodb.org/downloads" rel="nofollow">http://www.mongodb.org/downloads</a>. Unzip wherever you want and you&#8217;re ready to run MongoDB.</p>
<p>(2) Download my PHP extension I&#8217;ve built to skip steps 11 and 12 from <a href="http://bit.ly/mongoso" rel="nofollow">http://bit.ly/mongoso</a>, unzip and copy the file to the right place (sudo cp mongo.so /usr/lib/php/extensions/no-debug-non-zts-20090626/) and continue with step 13. But now listen carefully: Firstly I won&#8217;t host this file there forever, so if it&#8217;s gone it&#8217;s gone. Secondly I can&#8217;t promise it&#8217;ll work on your Mac. I&#8217;ve built it on an iMac running Mac OS X Lion 10.7.1 with PHP 5.3.6 and have also successfully tested the extension by copying it to a MacBook Air – so why shouldn&#8217;t it run on your Mac as well? But if it doesn&#8217;t (your Apache probably won&#8217;t start up then) you might have to build it yourself as described in this post.</p>
<p>A tip for those following step 11: You might not have &#8220;wget&#8221; installed on your Mac. Use this command instead: curl -O <a href="http://pear.php.net/go-pear.phar" rel="nofollow">http://pear.php.net/go-pear.phar</a></p>
<p>If you have any comments, tweet me: @NewMancunian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10206</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 09 Sep 2011 02:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10206</guid>
		<description><![CDATA[Thank you for your instructions.

They were most helpful]]></description>
		<content:encoded><![CDATA[<p>Thank you for your instructions.</p>
<p>They were most helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish Nair</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10274</link>
		<dc:creator>Anish Nair</dc:creator>
		<pubDate>Tue, 16 Aug 2011 12:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10274</guid>
		<description><![CDATA[Yeah, MongoDB is not meant for client-side stuff. &lt;br /&gt;&lt;br /&gt;I&#039;d never heard of IndexedDB, looks cool, but is there a concrete implementation, looks like a specification? SQLite with its wide language support would have been my first choice for client-side storage. And LevelDB is probably worth investigating as well.]]></description>
		<content:encoded><![CDATA[<p>Yeah, MongoDB is not meant for client-side stuff. </p>
<p>I&#39;d never heard of IndexedDB, looks cool, but is there a concrete implementation, looks like a specification? SQLite with its wide language support would have been my first choice for client-side storage. And LevelDB is probably worth investigating as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manas Tungare</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10273</link>
		<dc:creator>Manas Tungare</dc:creator>
		<pubDate>Tue, 16 Aug 2011 11:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10273</guid>
		<description><![CDATA[Rahul, IndexedDB seems like what you&#039;re looking for. It doesn&#039;t use the File API, but the data is all stored by the browser in the user&#039;s profile.]]></description>
		<content:encoded><![CDATA[<p>Rahul, IndexedDB seems like what you&#39;re looking for. It doesn&#39;t use the File API, but the data is all stored by the browser in the user&#39;s profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Saxena</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10272</link>
		<dc:creator>Rahul Saxena</dc:creator>
		<pubDate>Tue, 16 Aug 2011 10:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10272</guid>
		<description><![CDATA[Local (Client Side) storage only. I am open to any language binding on the client-side]]></description>
		<content:encoded><![CDATA[<p>Local (Client Side) storage only. I am open to any language binding on the client-side</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish Nair</title>
		<link>http://manas.tungare.name/blog/how-to-install-mongodb-for-php-on-mac-os-x/comment-page-1/#comment-10271</link>
		<dc:creator>Anish Nair</dc:creator>
		<pubDate>Tue, 16 Aug 2011 10:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://manas.tungare.name/blog/?p=583#comment-10271</guid>
		<description><![CDATA[&lt;span class=&quot;proflinkWrapper&quot;&gt;&lt;span class=&quot;proflinkPrefix&quot;&gt;+&lt;/span&gt;&lt;a href=&quot;https://plus.google.com/105467092308397469222&quot; class=&quot;proflink&quot; oid=&quot;105467092308397469222&quot;&gt;Rahul Saxena&lt;/a&gt;&lt;/span&gt; I don&#039;t know much about HTML 5 interfaces, but I&#039;m fairly certain you won&#039;t find anything that does something this specific out of the box. First off, do you need local storage or a distributed data source?]]></description>
		<content:encoded><![CDATA[<p><span class="proflinkWrapper"><span class="proflinkPrefix">+</span><a href="https://plus.google.com/105467092308397469222" class="proflink" oid="105467092308397469222">Rahul Saxena</a></span> I don&#39;t know much about HTML 5 interfaces, but I&#39;m fairly certain you won&#39;t find anything that does something this specific out of the box. First off, do you need local storage or a distributed data source?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
