<?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>Fri, 24 May 2013 00:17:07 -0500</pubDate>
    <ttl>30</ttl>
    <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[PHPKitchen: PHP 5 Objects, Patterns, and Practice]]></title>
      <guid>http://www.phpdeveloper.org/news/4633</guid>
      <link>http://www.phpdeveloper.org/news/4633</link>
      <description><![CDATA[On PHPKitchen today, <i>Demian Turner</i> has posted a <a href="http://www.phpkitchen.com/index.php?/archives/711-PHP-5-Objects,-Patterns,-and-Practice.html">a few words</a> about one of the latest PHP-related books he's read, "PHP5 Objects, Patterns, and Practice" from APress.
<p>
<quote>
<i>
I recently read <a href="http://www.corrosive.co.uk/">Matt Zandstra</a>'s <a href="http://www.amazon.com/exec/obidos/tg/detail/-/1590593804/qid=1121112975/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/102-4448196-3612105?v=glance&s=books&n=507846">PHP 5 Objects, Patterns, and Practice</a> and thought I'd say a few good words about it for those who haven't been recommended yet. A lot of good PHP5 books have come out recently, eg something like <a href="http://www.phptr.com/bookstore/product.asp?isbn=013147149X&rl=1">PHP 5 Power Programming</a> is an excellent resource for the finer points of charset issues, utf8 in PHP, timezone gotchas.  But it's quite unusual in PHP circles for a book to come out that gives overall sound advice on application design.
<p>
I found Matt, who comes from a Java background, really hit the nail on the head, this book is an enjoyable read. While the first few chapters make allowances for readers who don't have a lot of exposure to OOP, the rest is quite a stimulating read, helped along in no small part by Matt's excellent unambiguous writing style.
</i>
</quote>
<p>
He <a href="http://www.phpkitchen.com/index.php?/archives/711-PHP-5-Objects,-Patterns,-and-Practice.html">also mentions other topics</a> that the book covers, things like the Composite pattern, Phing, PEAR, and the Reflection API.]]></description>
      <pubDate>Mon, 09 Jan 2006 07:05:39 -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>
