<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 13:55:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alex Simonenko's Blog: Installing PHP 5.3.6 on OS X Lion]]></title>
      <guid>http://www.phpdeveloper.org/news/16613</guid>
      <link>http://www.phpdeveloper.org/news/16613</link>
      <description><![CDATA[<p>
<i>Alex Simonenko</i> has a new post to his blog talking about what he had to do to get PHP 5.3.6 working on his OS X Lion installation since a <a href="http://66.163.168.225/babelfish/translate_url_content?.intl=us&lp=ru_en&trurl=http%3a%2f%2fblog.simonenko.su%2fpost%2f4220319832%2finstall-php-5-3-6-on-snow-leopard">previous method</a> no longer worked. in <A href="http://babelfish.yahoo.com/translate_url?doit=done&tt=url&intl=1&fr=bf-home&trurl=http%3A%2F%2Fblog.simonenko.su%2Fpost%2F7584677692%2Finstall-php-5-3-6-on-osx-lion&lp=ru_en&btnTrUrl=Translate">his new post</a> he shares his solution - using Homebrew. (Note: original post is in Russian)
</p>
<blockquote>
After installing OS X Lion (10.7) was faced with an unpleasant problem, <a href="http://blog.simonenko.su/post/4220319832/install-php-5-3-6-on-snow-leopard">install PHP + MySQL bundle as I did before</a> does not work. And as it turned out, the problem is in MySQL, source code is not yet ready for the new OS from Apple. After some thought and reading similar problems on the Internet, I found [a solution to the problem].
</blockquote>
<p>
He includes the commands you'll need to get Homebrew installed and configured to install a fresh download of the archive (dmg) after a few setup changes. He uses Homebrew to install a few dependencies the installation will need and his example configure options for the build. Then the install is just a "make" and "make install" away.
</p>]]></description>
      <pubDate>Wed, 20 Jul 2011 11:27:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: MongoDB on OS X with the stock PHP installation]]></title>
      <guid>http://www.phpdeveloper.org/news/14612</guid>
      <link>http://www.phpdeveloper.org/news/14612</link>
      <description><![CDATA[<p>
After a bit of trial and error <i>Rob Allen</i> was able to get MongoDB up and running on his local OS X installation of PHP. He's <a href="http://akrabat.com/php/mongodb-on-os-x-with-the-stock-php-installation/">blogged about how he did it</a> with the help of the <a href="http://github.com/mxcl/homebrew">homebrew</a> tool.
</p>
<blockquote>
<a href="http://www.mongodb.org/">MongoDB</a> was mentioned a few times at <a href="http://tek.phparch.com/">tek</a> and I said that I wanted to have a look at. Travis' article, <a href="http://www.travisswicegood.com/index.php/2010/05/31/mongodb-a-first-look">MongoDB: A first look</a>, came out a few days ago and piqued my interest further. Then <a href="http://weierophinney.net/matthew/">Matthew</a> sent me some source code that requires it. The stage was set for getting MongoDB working on my Mac.
</blockquote>
<p>
Using the homebrew utility he was able to easily install MongoDB itself and setting up PHP support for it was as simple as calling the "pecl" command line to grab and build the shared object. Drop it into your php.ini file and you're all set to go.
</p>]]></description>
      <pubDate>Mon, 07 Jun 2010 11:07:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sean Coates' Blog: PHP 5.3 on Snow Leopard]]></title>
      <guid>http://www.phpdeveloper.org/news/14563</guid>
      <link>http://www.phpdeveloper.org/news/14563</link>
      <description><![CDATA[<p>
Due to the popularity (and age) of his previous post about compiling PHP 5.3 on Snow Leopard (OS X), <i>Sean Coates</i> has <a href="http://seancoates.com/php-53-on-snow-leopard">written an updated post</a> showing some of the changes to the process that the updated OS version has brought with it.
</p>
<blockquote>
I've been meaning to post instructions on how to compile PHP for Snow Leopard since last summer when I picked up the DVD, but hadn't found the time or opportunity to build PHP from a completely fresh start, until a few weeks ago. This time, I took notes on how to reliably compile PHP and Apache from scratch on this system.
</blockquote>
<p>
He's made a six step process that includes <a href="http://developer.apple.com/technologies/xcode.html">installing Xcode</a>, <a href="http://github.com/mxcl/homebrew">Homebrew</a>, your own version of iconv, support for whatever dependencies you might still need and, of course, Apache/PHP.
</p>]]></description>
      <pubDate>Wed, 26 May 2010 13:03:00 -0500</pubDate>
    </item>
  </channel>
</rss>
