<?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, 20 May 2013 12:04:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Bogdan Albei's Blog: Create your perfect virtualised PHP development environment]]></title>
      <guid>http://www.phpdeveloper.org/news/12472</guid>
      <link>http://www.phpdeveloper.org/news/12472</link>
      <description><![CDATA[<p>
<i>Bogdan Albei</i> has <a href="http://bogdan-albei.blogspot.com/2009/05/create-your-perfect-virtualised-php.html">a new post</a> today looking at a development environment he's set up and considers one of the "perfect" ways to do it - a virtualized environment that lets you test in your deployment environment despite what OS you currently run.
</p>
<blockquote>
he environment has three basic elements: the operating system, the text editor and the test environment. The operating system is not really important as long as you're used to it, and this also applies to the text editor. [...] Unfortunately a lot of organisations have rules over rules that stop you from having your perfect environment. [...] How are you supposed to have a PHP test environment under Windows/MaxOS that is similar to your production Linux? The answer is quite simple: virtualisation. 
</blockquote>
<p>
He suggests using <a href="http://www.vmware.com/products/server/">VMware</a> to create a virtual environment (or multiple environments) for your development. They can even potentially share a folder on the drive so you can test the same code in multiple environments. He also includes a step-by-step guide that'll have you up and running in no time. Obviously, you'll need a copy of your OS of choice to install from once the VMware instance is all set up.
</p>]]></description>
      <pubDate>Thu, 07 May 2009 07:52:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Silverton's Blog:  PHP editor bonanza]]></title>
      <guid>http://www.phpdeveloper.org/news/5077</guid>
      <link>http://www.phpdeveloper.org/news/5077</link>
      <description><![CDATA[<i>Justin Silverton</i> has compiled a large list of PHP editors that are offered on the web today. It's by no means a comprehensive list (I'm sure additions would <a href="mailto:justin@whenpenguinsattack.com">be welcome</a>), but it does give a good overview of what they are (basic stats) and a personal rating they've given it.
<p>
Among those on the list, included are:
<ul>
<li><a href="http://www.php-editors.com/review/?editor=1">PHP Edit</a>
<li><a href="http://www.php-editors.com/review/?editor=91">ActiveState Komodo</a>
<li><a href="http://www.php-editors.com/review/?editor=7">EditPlus</a>
<li><a href="http://www.php-editors.com/review/?editor=28">PHPEclipse</a>
<li><a href="http://www.php-editors.com/review/?editor=3">BBEdit</a>
</ul>
<p>
Each of the editors on the list is linked to the php-editors.com review for it, giving you more information than just the version, license, OS, and general rating in <i>Justin</i>'s post.]]></description>
      <pubDate>Fri, 31 Mar 2006 07:03:45 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Agave Group Design: Running PHP and mySQL on OS X  - missing php.ini and mySQL sockets]]></title>
      <guid>http://www.phpdeveloper.org/news/4882</guid>
      <link>http://www.phpdeveloper.org/news/4882</link>
      <description><![CDATA[On the blog of the Agave Group today, there's <a href="http://www.agavegroup.com/?p=58">this new post</a> showing how to correct an issue that a PHP/MySQL install has with the OS X version 10.4.
<p>
<quote>
<i>
I recently upgraded my mac to OS 10.4. Overall I've been pleased. Recently I decided to fire up PHP and mySQL and ran into some trouble.
<p>
Everything was moving along nicely - until I tried to connect to my database from a PHP page. To make a (really) long story short, a bunch of research revealed that since OS 10.4, the PHP install tries to connect to mySQL via the socket: /var/mysql/mysql.sock, but mySQL uses /tmp/mysql.sock. So they won't talk to one another. The trick is to change your php.ini to point to /tmp/mysql.sock.
</i>
</quote>
<p>
Included is also a <a href="http://www.agavegroup.com/?p=58">mini-guide</a> to getting PHP working on OS X, and how he solved his problem (where to find the php.ini and change the value it needed).]]></description>
      <pubDate>Wed, 22 Feb 2006 07:06:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMac.com: Building and Installing Apache 2.2.0 and PHP 5.1.2 on Mac OS X 10.4.4]]></title>
      <guid>http://www.phpdeveloper.org/news/4669</guid>
      <link>http://www.phpdeveloper.org/news/4669</link>
      <description><![CDATA[In <a href="http://phpmac.com/articles.php?view=244">this latest post</a> on PHPMac.com today, there's a step-by-step guide on how to install Apache 2.2.0 and PHP 5.1.2 together on one of the latest versions of Mac OS X - 10.4.4.
<p>
<quote>
<i>
For anyone that has been wishing to switch to Apache 2 on their Mac, this is the time to do it. PHP 5 has also recently been updated to 5.1.2 and this tutorial describes in detail, the best method to both build and install these programmes on your Mac.
<p>
Since Apple don't include Apache 2 with OS X yet I have felt it better to keep Apache 2 in its own directory, and to keep PHP for Apache 2, etc. confined the that directory too.
</i>
</quote>
<p>
They <a href="http://phpmac.com/articles.php?view=244>cover</a. everything from getting the files to placing them in the right directories to the configure lines and Apache config file entries. They even throw in some frequent issues that you might have on the install...]]></description>
      <pubDate>Mon, 16 Jan 2006 06:51:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: PHP 5, OS X, fink and iconv]]></title>
      <guid>http://www.phpdeveloper.org/news/4622</guid>
      <link>http://www.phpdeveloper.org/news/4622</link>
      <description><![CDATA[<i>Christian Stocker</i> has <a href="http://blog.bitflux.ch/archive/2006/01/06/php-5-os-x-fink-and-iconv.html">a quick new post</a> with a solution for those Mac users out there that would like to use the iconv extension with fink.
<p>
<quote>
<i>
If you want to get the iconv extension properly running with PHP 5 and <a href="http://fink.sf.net/">fink</a> on OS X, you need the following configure option
<p>
--with-iconv=/sw/
<p>
and then it should work.
<p>
Hope that helps others, too.
</i>
</quote>
<p>
And, apparently, it does - given the one comment below it so far that has a positive response...
]]></description>
      <pubDate>Fri, 06 Jan 2006 07:23:47 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: Optimizing Zend Studio on Mac OS X]]></title>
      <guid>http://www.phpdeveloper.org/news/4501</guid>
      <link>http://www.phpdeveloper.org/news/4501</link>
      <description><![CDATA[In one of his latest posts today, <i>Mike Naberezny</i> talks about how he <a href="http://www.mikenaberezny.com/archives/33">optimized Zend Studio on his Mac OS X installation</a>.
<p>
<quote>
<i>
Recently, I purchased a <a href="http://www.apple.com/macmini">Mac mini</a> and started using it as my home computer. Overall, it is a pretty nice little machine but its 1.42 GHz G4 processor isn't the fastest thing out there. On some larger applications, such as <a href="http://www.zend.com/studio">Zend Studio</a>, it is a little sluggish. Fortunately, there are two things that you can do with Zend Studio to get an immediate performance increase.
</i>
</quote>
<p>
The first of the two is simply changing an option for the time on code completion. The other, however, it a bit more detailed - it requires you to assign more memory to the application by going through some of the system folders...]]></description>
      <pubDate>Wed, 14 Dec 2005 07:31:57 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMac.com: Building and Installing Apache 2 and PHP 5.1.1 on Mac OS X 10.4.3 Tiger]]></title>
      <guid>http://www.phpdeveloper.org/news/4400</guid>
      <link>http://www.phpdeveloper.org/news/4400</link>
      <description><![CDATA[On <a href="http://www.phpmac.com">PHPMac.com</a> today, they have <a href="http://phpmac.com/articles.php?view=237">this new tutorial</a> posted to help you, the OS X (Tiger) user to get Apache 2 and PHP 5.1.1 installed on your system.
<p>
<quote>
<i>
For anyone that has been wishing to switch to Apache 2 on their Mac, this is the time to do it. PHP 5 has also recently been updated to 5.1.1 and this tutorial describes in detail, the best method to both build and install these programmes on your Mac.
<p>
Since Apple don't include Apache 2 with OS X yet I have felt it better to keep Apache 2 in its own directory, and to keep PHP for Apache 2, etc. confined the that directory too.
</i>
</quote>
<p>
As usual, they <a href="http://phpmac.com/articles.php?view=237">give you all of the commands</a> and information to get it all unpacked, placed in the right locations, and configured for your setup. There are also a few "frequent issues" down near the end of the tutorial to watch out for during your process...]]></description>
      <pubDate>Wed, 30 Nov 2005 07:11:52 -0600</pubDate>
    </item>
  </channel>
</rss>
