<?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>Tue, 21 May 2013 15:26:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Allen's Blog: Setting up PHP on OS X Leopard]]></title>
      <guid>http://www.phpdeveloper.org/news/12077</guid>
      <link>http://www.phpdeveloper.org/news/12077</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/2009/03/05/setting-up-php-on-os-x-leopard/">made a new post</a> to his blog today showing how he set up PHP (with MySQL, Apache and a few other extensions) on his OS X (Leopard) system.
</p>
<blockquote>
In the vein of some of <a href="http://www.lornajane.net/">Lorna</a>'s articles, this is more a note for myself than anything else. Not everything is explained in detail as it assumes you know how to use a command line...These are the steps I take to get the Apple supplied PHP working with GD, PDO_MySQL and Xdebug working on OS X 10.5.
</blockquote>
<p>
He show how to: run Apache in 32 bit mode, download and install MySQL, setup and configure Apache, changes values in the php.ini and install the other extensions (like XDebug and the GD library). He uses the latest PHP 5 distribution at the time - PHP 5.2.6 - but these instructions should work for any in the PHP 5.x series you might want to use.
</p>]]></description>
      <pubDate>Fri, 06 Mar 2009 07:57:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SugarCRM Developers Blog: Enabling IMAP support under OS X Leopard]]></title>
      <guid>http://www.phpdeveloper.org/news/10919</guid>
      <link>http://www.phpdeveloper.org/news/10919</link>
      <description><![CDATA[<p>
<i>John Mertic</i> passed along a note about a <a href="http://developers.sugarcrm.com/wordpress/2008/08/26/enabling-imap-support-under-os-x-leopard/">new post to the SugarCRM developers  blog</a> detailing how to enable IMAP support for PHP on an OS X machine.
</p>
<blockquote>
With the release of Mac OS X 10.5 Leopard last fall, Apple (finally) included a modern version of PHP (currently version 5.2.6 as of this writing). [...] However, the default install of PHP that Apple included didn't include all of the available PHP extensions. Most notable is the IMAP extension, which is used in SugarCRM for the Campaigns and Emails modules. However you can build this extension and have it loaded dynamically, without affecting the rest of the default PHP install.
</blockquote>
<p>
He shows where to get the packages and libraries you'll need to get the support working. The method involves building a shared module and including it to be loaded in your php.ini. This way it doesn't disrupt anything the current build has and you don't have to recompile everything over again.
</p>]]></description>
      <pubDate>Thu, 28 Aug 2008 12:05:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Havard Eide's Blog: Leopard and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9418</guid>
      <link>http://www.phpdeveloper.org/news/9418</link>
      <description><![CDATA[<p>
<i>Havard Eide</i> is <a href="http://phpvolcano.com/blog/index.php?/archives/285-Leopard-and-PHP.html">asking for your help</a> in a new entry to his blog. He's looking for ways to speed up his development in Eclipse, specifically in the debugging.
</p>
<blockquote>
There is one thing I do need over everything else: remote debugging. Having used Zend Studio for 3 years now it hasn't been the best editor ( I'd rather prefer PHPEclipse/PDT ) but the remote debugging facility is superb [...] Eclipse it has all the tools you need to develop with but the debugging is slow, way too slow!
</blockquote>
<p>
He's looking for anyone out there that might be able to help him speed up the debugging on his Leopard-installed version of Eclipse ("So slow actually that I had to install Zend Studio 5.5 for whenever I have to debug a file...")
</p>]]></description>
      <pubDate>Mon, 14 Jan 2008 12:08:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sean Coates' Blog: php-5.2.5 on Leopard]]></title>
      <guid>http://www.phpdeveloper.org/news/9110</guid>
      <link>http://www.phpdeveloper.org/news/9110</link>
      <description><![CDATA[<p>
In a recent entry, <i>Sean Coates</i> <a href="http://blog.phpdoc.info/archives/83-php-5.2.5-on-Leopard.html">shares some tips</a> he found when working on a project (the redesign of the <a href="http://www.phparch.com">php|architect</a> website) and trying to set up a development environment on his Mac in the latest version of Apple's operating system - Leopard.
</p>
<blockquote>
There are a bunch of things wrong with Leopard, but over all I'm pretty happy with it. I did, however, have a bit of a hard time getting my development environment up and running (I did a clean install). I'll outline the steps that I took to get a functioning Apache, PHP, MySQL installed. Sure, you could use the leopard-bundled Apache and PHP, but if you're like me, you generally upgrade PHP (and use weird extensions) a lot more often than Apple will upgrade it.
</blockquote>
<p>
He <a href="http://blog.phpdoc.info/archives/83-php-5.2.5-on-Leopard.html">walks through</a> the entire installation, complete with the commands that'll need to be made to both make the install and configure the Apache instance to work with PHP.
</p>]]></description>
      <pubDate>Mon, 26 Nov 2007 08:45:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Wez Furlong's Blog: PHP Objective-C Bridge]]></title>
      <guid>http://www.phpdeveloper.org/news/8972</guid>
      <link>http://www.phpdeveloper.org/news/8972</link>
      <description><![CDATA[<p>
<i>Wez Furlong</i> has <a href="http://netevil.org/blog/2007/11/php-objective-c-bridge">posted an example</a> showing a cool little tool that he's whipped up that looks to bridge the gap between PHP and the Objective-C runtime:
</p>
<blockquote>
<p>
I've had some code hanging around on my laptop for the better part of a year (feels like two, but I don't think I've had my MBP that long), that implements a bridge between PHP and the Objective-C runtime. 
</p>
<p>
Yesterday I debugged the last portion that I regarded as a total showstopper for anyone else that might want to use it, and added a script that pulls in your PHP installation and dependent libraries (such as Fink or Mac Ports libraries) and generates a "Bundle" and optionally a DMG containing the Bundle.
</p>
</blockquote>
<p>
He had a <a href="http://jan.prima.de/">fellow developer</a> try it out on Leopard too (things broke, but most are fixed) who also created a <a href="http://netevil.org/media/c72e02f1-a574-4fd3-a60f-067d0a50751f-110407_1734_PHPObjectiv1.jpg">simple ping example</a> to show off this project in its (very early) alpha stages. He mentions in the post how to get to the code, but if you can't locate it, just wait a bit - he'll have it posted up soon enough.
</p>
<p>
Also check out <a href="http://blog.phpdoc.info/archives/81-WezJan++-php-objc.html">Sean Coates'</a> and <a href="http://josephcrawford.com/2007/11/06/php-objective-c-bridge/">Joseph Crawford</a>'s comments on the project too.
</p>]]></description>
      <pubDate>Mon, 05 Nov 2007 12:04:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Ebnother's Blog: Leopard native apache with custom (64bit) PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8959</guid>
      <link>http://www.phpdeveloper.org/news/8959</link>
      <description><![CDATA[<p>
<i>Christian Stocker</i> <a href="http://blog.liip.ch/archive/2007/11/01/leopard-native-apache-with-custom-64bit-php.html">points out</a> a blog post from <i>Tobias Ebnother</i> showing how to set up a <a href="http://gorn.ch/archive/2007/11/01/leopard-native-apache-with-custom-64bit-php.html">native apache</a> instance on Leopard (OS X) with a 64 bit PHP included.
</p>
<blockquote>
With massive! help from <a href="http://marc.freeflux.net/">Marc Ammann</a> I was able to build a PHP Binary that loads with the Leopard shipped Apache.
</blockquote>
<p>
<a href="http://gorn.ch/archive/2007/11/01/leopard-native-apache-with-custom-64bit-php.html">His method</a> replaces the standard iconv file with a custom built one (based on <a href="http://developer.apple.com/opensource/">this source</a>) prior to compiling. Then, in his configure, he sets certain flags, specifically the "arch x86_64" one, to get it to recognize the new setup.
</p>]]></description>
      <pubDate>Fri, 02 Nov 2007 07:58:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jeff Moore's Blog: Working with PHP 5 in Mac OS X 10.5]]></title>
      <guid>http://www.phpdeveloper.org/news/8924</guid>
      <link>http://www.phpdeveloper.org/news/8924</link>
      <description><![CDATA[<p>
In his <a href="http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/">latest post</a>, <i>Jeff Moore</i> talks about a much needed upgrade to a popular operation system (the Leopard version of Mac OS X) and something that it brought with it as a default - a version 5 installation of PHP (5.2.4 in fact).
</p>
<p>
His post is a guide to setting up a development environment on your newly upgraded system. He's broken it up into quite a few steps:
</p>
<ul>
<li>Enable Developer Tools
<li>Editing Configuration Files
<li>Enabling PHP
<li>Starting Apache
<li>Visiting our Web Site
<li>Showing the World
<li>Enabling a Personal Website
<li>Virtual Hosting
<li>Sharing with the World, Part II
<li>Installing MySQL
<li>Bring the mysql.sock to PHP
<li>Where is PEAR?
<li>PHP .ini configuration
</ul>
<p>
Don't worry, each of the <a href="http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/">sections in the list</a> don't have much more than one or two paragraphs under them and they're loaded with links to help you through some of the more detailed points.
</p>
]]></description>
      <pubDate>Mon, 29 Oct 2007 11:13:00 -0500</pubDate>
    </item>
  </channel>
</rss>
