<?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>Sun, 19 May 2013 01:22:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Installing the PHP redis extension on Mac OS X]]></title>
      <guid>http://www.phpdeveloper.org/news/14519</guid>
      <link>http://www.phpdeveloper.org/news/14519</link>
      <description><![CDATA[<p>
In his latest blog post <i>Raphael Stolt</i> has a new guide to getting <a href="http://raphaelstolt.blogspot.com/2010/05/installing-php-redis-extension-on-mac.html">the Redis extension installed</a> on your Mac OS X PHP setup. Redis is a key-value based storage tool.
</p>
<blockquote>
Two out of [the list of libraries] caught my particular attention: <a href="http://rediska.geometria-lab.net/">Rediska</a> due to it's impressive <a href="http://framework.zend.com/">Zend Framework</a> integration and <a href="http://github.com/owlient/phpredis">phpredis</a> as it's a native PHP extension written in C and therefore supposed to be blazingly faster than vanilla PHP client libraries. The following blog post will show how to install and configure the aforementioned, native PHP extension on a Mac OS X system.
</blockquote>
<p>
You'll need to have the redis server already installed (via MacPorts or some other method) but with that and the necessary libraries in place installing the extension is a simple "git clone" away. He even includes the location of a gist (code snippet) to help you test it out.
</p>]]></description>
      <pubDate>Mon, 17 May 2010 08:55:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Some notes on Zend Server CE for Mac OS X]]></title>
      <guid>http://www.phpdeveloper.org/news/12727</guid>
      <link>http://www.phpdeveloper.org/news/12727</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/2009/06/22/some-notes-on-zend-server-ce-for-mac-os-x/">a new post</a> with some tips for those using the <a href="http://www.zend.com/community/zend-server-ce">Zend Server Community Edition</a> on OS X. While the Server installs a lot of the necessary software, there's still a few changes in the configuration and extra software he wanted - PHPUnit and Xdebug.
</p>
<blockquote>
I've installed Zend Server CE on my Mac to see where it's got to and it's looking quite usable. The installation puts everything into the usr/local/zend directory which is fairly well laid out so that you can find what you are looking for. There's also a a nice admin system at http://localhost:10081 which allows you to restart PHP, view phpinfo(), configure extensions and php.ini. There's also a phpMyAdmin to help administer the bundled MySQL server. For Mac, this is now one of the better one stop shops for easy PHP & MySQL installation.
</blockquote>
<p>
He shows how to set up pathing to include the Zend Server binary directories in your shell's paths, how to change the port over to 80 from the default 10088 and how to install PHPUnit and Xdebug.
</p>]]></description>
      <pubDate>Mon, 22 Jun 2009 09:33:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Wenz's Blog: phpa-norl, a phpa port for Mac OS X and Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/8198</guid>
      <link>http://www.phpdeveloper.org/news/8198</link>
      <description><![CDATA[<p>
On the Hauser & Wenz blog today, <i>Christian Wenz</i> <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/237-phpa-norl,-a-phpa-port-for-Mac-OS-X-and-Windows.html">points out</a> a patched version of the interactive command line PHP client, <a href="http://david.acz.org/phpa/">phpa</a> to work on a Mac OS X machine - <a href="http://www.fischerlaender.net/php/phpa-norl">phpa-norl</a>.
</p>
<blockquote>
phpa is <a href="http://david.acz.org/phpa/">an interactive command line shell for PHP</a> by David Phillips. <a href="http://www.fischerlaender.net/">Stefan Fischerlander</a>, usually known as a SEO expert and Perl admirer, has patched phpa for Mac OS X and Windows (the default builds theredo not seem to support a feature required by phpa). The result: <a href="http://www.fischerlaender.net/php/phpa-norl">phpa-norl</a>. Stefan successfully ran this on OS X, and I could confirm that it runs on Windows, as well
</blockquote>
<p>
He <a href="http://www.hauser-wenz.de/s9y/index.php?/archives/237-phpa-norl,-a-phpa-port-for-Mac-OS-X-and-Windows.html">also mentions</a> some features of the client including a history feature that makes looking back through previous commands simple.
</p>]]></description>
      <pubDate>Mon, 09 Jul 2007 07:58:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sean Coates' Blog: PHP Dashboard Widget]]></title>
      <guid>http://www.phpdeveloper.org/news/7974</guid>
      <link>http://www.phpdeveloper.org/news/7974</link>
      <description><![CDATA[<p>
Picking back up on his blog, <i>Sean Coates</i> shares <a href="http://blog.phpdoc.info/archives/68-PHP-Dashboard-Widget.html#extended">a Dashboard widget</a> he's created to do quick and dirty PHP interpreting on the fly:
</p>
<blockquote>
I found myself using php -r on the command line to test some simple code snippets, and it occurred to me that this isn't "The Mac Way." So, following the excellent <a href="http://developer.apple.com/documentation/AppleApplications/Conceptual/Dashboard_ProgTopics/index.html">documentation</a> at Apple, I managed to come up with something pretty useful in an afternoon.
</blockquote>
<p>
<a href="http://www.phpdoc.info/widgets/php.wdgt.zip">His widget</a> sits happily, ready to take in PHP code and output the result at the click of a button.
</p>]]></description>
      <pubDate>Tue, 05 Jun 2007 10:13:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Beaver's Blog: Mac OS X ships with security hole-laden PEAR - how to upgrade immediately]]></title>
      <guid>http://www.phpdeveloper.org/news/7162</guid>
      <link>http://www.phpdeveloper.org/news/7162</link>
      <description><![CDATA[<p>
Mac OS X PHP developers, listen up - <i>Greg Beaver</i> has <a href="http://greg.chiaraquartet.net/archives/164-Mac-OS-X-ships-with-security-hole-laden-PEAR-how-to-upgrade-immediately.html">a word of advice</a> for you about your default PEAR installation:
</p>
<blockquote>
I won't get into the questionable business practice of shipping software with known security holes that have had known fixes for years. Instead, I would like to offer simple step-by-step instructions of how to upgrade from outdated buggy PEAR versions to the latest stable release, 1.5.0.
</blockquote>
<p>
You're <a href="http://greg.chiaraquartet.net/archives/164-Mac-OS-X-ships-with-security-hole-laden-PEAR-how-to-upgrade-immediately.html">five simple steps</a> away from having an upgraded installation, all using the built-in pear installer and go-pear functionality.
</p>]]></description>
      <pubDate>Thu, 25 Jan 2007 06:59:45 -0600</pubDate>
    </item>
  </channel>
</rss>
