<?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 04:27:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DynamicWebPages.de: PHP 5.1.3RC1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/4976</guid>
      <link>http://www.phpdeveloper.org/news/4976</link>
      <description><![CDATA[DynamicWebPages.de <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=975">reports</a> that the latest PHP release candidate has been posted by <i>Ilia</i> - PHP 5.1.3RC1.
<p>
<quote>
<i>
Ilia Alshanetsky, release manager of PHP 5.1, has published the first release candidate of the upcoming 5.1.3 version of PHP. It's mainly a bug fix release, but the PCRE library was updated to version 6.6 and the CGI interface has been updated quite a bit as well. Other items improved included updates to the SPL, Reflection APU, cURL support and the GD functionality. The SimpleXML engine was also updated to allow for the use of namespaces with the addChild and addAttribute functions.
</i>
</quote>
<p>
You can grab this latest release candidate from <a href="http://downloads.php.net/ilia/">Ilia's site</a> and you can check out the <a href="http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&rev=1.2027.2.450">Changelog here</a>.]]></description>
      <pubDate>Mon, 13 Mar 2006 07:19:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Code Coverage Reports with PHPUnit 3]]></title>
      <guid>http://www.phpdeveloper.org/news/4902</guid>
      <link>http://www.phpdeveloper.org/news/4902</link>
      <description><![CDATA[<i>Sebastian Bergmann</i> has posted <a href="http://www.sebastian-bergmann.de/blog/archives/578-Code-Coverage-Reports-with-PHPUnit-3.html">a new item</a> today with examples of the improvements that he's made to the HTML output that <a href="http://www.sebastian-bergmann.de/blog/archives/553-PHPUnit-3.0.html">PHPUnit 3</a> will offer.
<p>
<quote>
<i>
Inspired by the layout of the <a href="http://gcov.php.net/">Code Coverage Analysis for PHP</a> that is generated using <a href="http://gcc.gnu.org/">gcov</a> and <a href="http://ltp.sourceforge.net/coverage/lcov.php">lcov</a>, I decided to improve the out-of-the-box generation of HTML Code Coverage reports for the upcoming <a href="http://www.sebastian-bergmann.de/blog/archives/553-PHPUnit-3.0.html">PHPUnit 3</a>.
</i>
</quote>
<p>
The screenshots show things like <a href="http://www.flickr.com/photos/sebastian_bergmann/104104681/">a new overall summary page</a>, <a href="http://www.flickr.com/photos/sebastian_bergmann/104104682/">sub-rpoject summary pages</a>, and <a href="http://www.flickr.com/photos/sebastian_bergmann/104529981/">coverage</a> <a href="http://www.flickr.com/photos/sebastian_bergmann/104529981/">report</a> examples.]]></description>
      <pubDate>Mon, 27 Feb 2006 08:57:09 -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>
    <item>
      <title><![CDATA[DynamicWebPages.de: PHP 4.4.2 Release Candidate 1 Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/4335</guid>
      <link>http://www.phpdeveloper.org/news/4335</link>
      <description><![CDATA[According to <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=920">this post</a> on DynamicWebPages.de today, the first Release Candidate of the PHP 4.4.2 series <a href="http://downloads.php.net/derick/">has been posted</a>.
<p>
<quote>
<i>
Derick Rethans, the release manager for the upcoming PHP version, 4.4.2, has published the first Release Candidate for this series. Those who use PHP under Apache 2 or mod_rewrite right now, are specifically being asked to test this release. There have been reports of failures with this specific setup.
<p>
All further changes of the version can be found in the <a href="http://cvs.php.net/co.php/php-src/NEWS?r=1.1247.2.920.2.81">Changelog</a>. Originally, the final version was going to be released on Tuesday. However with the help of a few industrious testers, the few errors can found (like the crashing issue with Apache 2) and taken care of so that the new release candidate shouldn't be far behind.
</i>
</quote>
<p>
You can download this latest <a href="http://downloads.php.net/derick/">Release Candidate here</a>...]]></description>
      <pubDate>Sat, 19 Nov 2005 05:47:58 -0600</pubDate>
    </item>
  </channel>
</rss>
