<?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>Mon, 06 Oct 2008 08:19:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Christoph Dorn's Blog: Your Mac can talk FeedBurner stats via PHP!]]></title>
      <guid>http://www.phpdeveloper.org/news/11043</guid>
      <link>http://www.phpdeveloper.org/news/11043</link>
      <description><![CDATA[<p>
In a <A href="http://feeds.feedburner.com/~r/AllAroundPHP/~3/393935524/">recent post</a> to his blog <i>Christoph Dorn</i> shows off a cool little trick to getting your Mac to respond to your (vocal) request for website stats from FeedBurner.
</p>
<blockquote>
You have a blog and you are proud of it. Your sense of self-worth depends on how many people are following it. Making a detour to <a href="http://www.feedburner.com/">FeedBurner</a> every day (the feed stats only update once a day) to check on your vitals is simple and does not take long (with a bookmark) but there has to be a more automated way.
</blockquote>
<p>
His better way involves tying together the speech recognition that OS X offers, the "say" command line tool and a PHP5 script that can go out and read/parse the FeedBurner XML information for your website. Throw in a little command line script and some set up in the Speech tools and you have a handy little script that can fetch your latest stat information just from your request.
</p>]]></description>
      <pubDate>Thu, 18 Sep 2008 17:35:39 -0500</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[Tony Bibbs' Blog: PHP 5.3 on Mac OS X 10.5]]></title>
      <guid>http://www.phpdeveloper.org/news/10767</guid>
      <link>http://www.phpdeveloper.org/news/10767</link>
      <description><![CDATA[<p>
In a <a href="http://www.tonybibbs.com/article.php/PHP-5_3-on-10.5">recent post</a> to his blog <i>Tony Bibbs</i> shares his experience with getting the most recent release (PHP 5.3 alpha) of PHP up and working on his MacBook.
</p>
<blockquote>
If there is anything you should gleam from this article for future reference, Leopard comes with a 64bit Apache installation. 
</blockquote>
<p>
He points out this fact because, if you go and build it as per the normal install instructions, it will toss a "wrong architecture" error. He points out <a href="http://www.entropy.ch/blog/Mac+OS+X/2007/10/30/Leopard-Four-Way-Universal-Binaries.html">a blog post</a> from <i>Marc Liyanage</i> that helped him understand a bit better. His fix was to run Apache as 32 bit instead of trying to get PHP to compile up to its 64 bit standards. He even includes the two commands you'll need to change Apache over to run this way.
</p>]]></description>
      <pubDate>Tue, 05 Aug 2008 13:49:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Gyorgy Fekete's Blog:  Web Development in Mac OS X - Complete Guide]]></title>
      <guid>http://www.phpdeveloper.org/news/10589</guid>
      <link>http://www.phpdeveloper.org/news/10589</link>
      <description><![CDATA[<p>
<i>Gyorgy Fekete</i> has provided what he calls a <a href="http://blog.primalskill.com/?p=64">complete guide</a> to PHP development on Mac OS X in a recent blog entry.
</p>
<blockquote>
Finally, I switched entirely to Mac. It is a little frustrating that there is not a complete resource on how to set up a web development enviroment on Mac OS X. The majority of tutorials are outdated. I will try to write this guide as complete as possible. 
</blockquote>
<p>
<a href="http://blog.primalskill.com/?p=64">The guide</a> provides basic installation instructions for PHP, MySQL (XAMPP or MAMP), the configuration of these two packages, throwing XDebug in to help with your debugging, installing Subversion and picking out your IDE of choice. He also suggests a somewhat optional step - setting up a Windows virtual machine to be able to test things out cross-platform without the need for a separate machine.
</p>]]></description>
      <pubDate>Fri, 11 Jul 2008 10:22:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: BlueStatic Releasing MacGDBp (Native OS X Debugger) for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10422</guid>
      <link>http://www.phpdeveloper.org/news/10422</link>
      <description><![CDATA[<p>
Software company BlueStatic will be releasing their <a href="http://www.bluestatic.org/software/macgdbp/">native Mac debugger</a>, MacGDBp tomorrow (June 18th) to the community.
</p>
<p>
Here's more information from their <a href="http://www.bluestatic.org/pr/">press release</a>:
</p>
<blockquote>
Blue Static today is announcing the release date of MacGDBp, a native Cocoa application that allows Web developers to debug their PHP applications. The tool makes use of the Xdebug (<a href="http://www.xdebug.org/">http://www.xdebug.org</a>) PHP extension that provides remote debugging functionality. Blue Static will be releasing the software under the GNU GPL version 2 on the morning of Tuesday, 17 June 2008.
</blockquote>
<p>
The interface for the application is modeled after the XCode product from Apple to help integrate it more fully into the OS look and feel. It will require Mac OS X 10.5 Leopard to run and screenshots of the tool can be found <a href="http://www.bluestatic.org/pr/images/macgdbp-debugger.png">here</a> and <a href="http://www.bluestatic.org/pr/images/macgdbp-breakpoints.png">here</a>.
</p>]]></description>
      <pubDate>Mon, 16 Jun 2008 12:58:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Oracle Instant Client 10.2.0.4 for Mac OS X Intel x86 is Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10029</guid>
      <link>http://www.phpdeveloper.org/news/10029</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/23#a301">posted about</a> the latest Instant Client release for the Intel chips running OS X:
</p>
<blockquote>
Hot off the press, <a href="http://db360.blogspot.com/2008/04/instant-client-on-mac-os-x.html">Kuassi</a> points out that Oracle Instant Client for Apple Mac OS X (Intel x86)  is now available from the <a href="http://www.oracle.com/technology/tech/oci/instantclient/index.html">Instant Client page on OTN</a>. It's the latest 10.2.0.4 patchset.
</blockquote>
<p>
The 10.2.0.4 release of Instant Client for Windows 32bit and Linux x86 have also been released.
</p>
<p>
The Oracle Instant Client is a lightweight version of the standard Oracle functionality that's not only smaller but allows installation of an Oracle client without having to do the full Oracle install.
</p>]]></description>
      <pubDate>Thu, 24 Apr 2008 07:50:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Install PHP-GTK 2 on MacOS X]]></title>
      <guid>http://www.phpdeveloper.org/news/9938</guid>
      <link>http://www.phpdeveloper.org/news/9938</link>
      <description><![CDATA[<p>
On the PHP-GTK Community site, there's a <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">new tutorial</a> showing how to install the PHP-GTK platform to a Mac OS X machine:
</p>
<blockquote>
Installation of PHP-GTK 2 on MacOS X 10.4 and 10.5 is actually pretty simple, as it can use the latest PHP-GTK installer, which works just like any other Mac installer.
</blockquote>
<p>
They <a href="http://php-gtk.eu/install-phpgtk-2-on-macos-x">include screenshots</a> as a guide to the step-by-step (extremely simple) process of getting the software installed.
</p>
<blockquote>
For those interested in technical details, a complete list of the prerequisites is given at step 2 of the installation. Download the installer at <a href="http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg">http://www.kix.in/php-gtk2/PHP-GTK-2.0.0.dmg</a>
</blockquote>]]></description>
      <pubDate>Wed, 09 Apr 2008 10:31:12 -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[Ben Ramsey's Blog: Funcaday.com Dashboard Widget]]></title>
      <guid>http://www.phpdeveloper.org/news/9229</guid>
      <link>http://www.phpdeveloper.org/news/9229</link>
      <description><![CDATA[<p>
<i>Ben Ramsey</i> has put together <a href="http://benramsey.com/archives/funcadaycom-dashboard-widget/">a dashboard widget</a> to grab the latest from the <a href="http://funcaday.com/">Funcaday.com</a> website (spotlights one PHP function each day).
</p>
<blockquote>
While reading through news and blog entries, I came across <a href="http://devzone.zend.com/article/2804">a post on Zend's Developer Zone</a> about <a href="http://blog.preinheimer.com/">Paul Reinheimer</a>'s new <a href="http://funcaday.com/">PHP Function a Day</a> website. The Function a Day site functions in much the same way as those nifty tear-off-a-page-per-day desktop calendars we all buy for those on our Christmas shopping lists for whom we can't quite figure out what to get.
</blockquote>
<p>
TO help out the lazy out there, he's created <a href="http://benramsey.com/media/downloads/Funcaday.wdgt.zip">this widget</a> to grab the latest image from the <a href="http://funcaday.com/">funcaday</a> website and pull it right into your Dashboard.
</p>]]></description>
      <pubDate>Wed, 12 Dec 2007 11:15: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>
  </channel>
</rss>
