<?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, 26 May 2013 01:45:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Web Developer Juice: 11 easy steps for installing Apache ActiveMQ and configuring it for PHP applica]]></title>
      <guid>http://www.phpdeveloper.org/news/13963</guid>
      <link>http://www.phpdeveloper.org/news/13963</link>
      <description><![CDATA[<p>
On the Web Developer Juice blog there's a new post that'll walk you through <a href="http://www.webdeveloperjuice.com/2010/02/02/11-easy-steps-for-installing-apache-activemq-and-configuring-it-for-php-application/">the installation and integration</a> of the Apache ActiveMQ messaging service and how to integrate it with your application.
</p>
<blockquote>
<a href="http://activemq.apache.org/">Apache ActiveMQ</a> is one good option for implementing <a href="http://en.wikipedia.org/wiki/Message_queue">message queue</a> in your PHP application. It can be easily installed on your server and it's web accessible admin interface really makes administrator's life easy. It can be easily connected with PHP via STOMP. I will suggest to use MySql for Data persistance and start ActiveMQ as unix service.
</blockquote>
<p>
Their eleven step process includes getting the packages you'll need to run ActiveMQ, starting/stopping the service, setting up the STOMP transport connector and finally connecting it to MySQL. You can then install the PECL extension for STOMP and reload Apache to get it all working together. They even include a sample script to get you started.
</p>]]></description>
      <pubDate>Wed, 03 Feb 2010 13:49:24 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: 10 steps to migrate Web site servers with the least of problems]]></title>
      <guid>http://www.phpdeveloper.org/news/11872</guid>
      <link>http://www.phpdeveloper.org/news/11872</link>
      <description><![CDATA[<p>
After having moved servers just recently, <i>Manuel Lemos</i> has a <a href="http://www.phpclasses.org/blog/post/87-10-steps-to-migrate-Web-site-servers-with-the-least-of-problems.html">few helpful hints</a> for anyone out there considering a web site/web server move in the near future:
</p>
<blockquote>
Despite the benefits of migrating to a better server, the actual migration is a complicated process that can fail in so many ways that I thought it would be a good idea to share what you need to be concerned if you need to migrate your servers too. You need to go through several steps that need to be done in the right order to prevent major headaches.
</blockquote>
<p>
Here's his ten steps/recommendations of things to keep an eye on during the move:
</p>
<ul>
<li>Prepare your DNS
<li>Setup the new server
<li>Tune the server file system for performance and integrity
<li>Install the base applications
<li>Initial data migration
<li>Put the old server in migration mode
<li>Bring your new server to life
<li>Double check your server security
<li>Epilogue (the final miscellaneous startup/setup items) 
<li>The forgotten step that you remembered
<li>

</ul>]]></description>
      <pubDate>Tue, 03 Feb 2009 13:43:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Support for BDD and Stories in PHPUnit 3.3]]></title>
      <guid>http://www.phpdeveloper.org/news/9441</guid>
      <link>http://www.phpdeveloper.org/news/9441</link>
      <description><![CDATA[<p>
On his blog today <i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/738-Support-for-BDD-and-Stories-in-PHPUnit-3.3.html">posted about</a> new functionality that's been added to the PHPUnit unit testing package for PHP - support for BDD and Stories.
</p>
<blockquote>
PHPUnit_Extensions_Story_TestCase is a new extension for PHPUnit that has been contributed by <a href="http://www.xait.no/">Xait</a>, a company that I visited last fall. It adds a story framework with a <a href="http://martinfowler.com/bliki/DomainSpecificLanguage.html">Domain-Specific Language (DSL)</a> for <a href="http://dannorth.net/whats-in-a-story">Behaviour-Driven Development (BDD)</a>.
</blockquote>
<p>
He <a href="http://sebastian-bergmann.de/archives/738-Support-for-BDD-and-Stories-in-PHPUnit-3.3.html">includes an example</a> of the new extension in action - creating a Story, adding Steps to it and the output that would result from the execution (reading?) of the example.
</p>]]></description>
      <pubDate>Thu, 17 Jan 2008 08:48:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated - Steps 18 - 22]]></title>
      <guid>http://www.phpdeveloper.org/news/8606</guid>
      <link>http://www.phpdeveloper.org/news/8606</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> has <a href="http://www.killerphp.com/articles/object-oriented-php-tutorial-updated-steps-18-22/">made another update</a> to his OOP beginners tutorial:
</p>
<blockquote>
I've update my beginners tutorial on object oriented <a href="http://www.killerphp.com/tutorials/object-oriented-php/php-objects-page-4.php">PHP adding steps 18-22</a>. Again, this is a code intensive article where I expect you to follow along with your PHP editors.
</blockquote>
<p>
You can check out the <a href="http://www.killerphp.com/tutorials/object-oriented-php/index.php">full tutorial</a> (well, up to step 22 of course) on the KillerPHP.com website to get started with working with objects, classes and related functionality.
</p>]]></description>
      <pubDate>Fri, 07 Sep 2007 08:04:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowToBoard.com: Installing php-5.2.0 from srpm on CentOS 4]]></title>
      <guid>http://www.phpdeveloper.org/news/6848</guid>
      <link>http://www.phpdeveloper.org/news/6848</link>
      <description><![CDATA[<p>
If you're running CentOS 4 and want to get PHP up and running on your installation, check out this <a href="http://howtoboard.com/showthread.html?t=16">quick and dirty guide</a> posted over on the HowToBoard.com.
</p>
<p>
The process really only involves six or seven steps to get things up and running, but you'll need to know how to get in and edit things before you can build the packages up right. Oh, and of course, a little credit where credit's due:
</p>
<blockquote>
Enjoy! Do not forget to install new php-pear as well. Special thanks to <a href="http://www.mysqlperformanceblog.com/about/">Peter Zaitsev</a>.
</blockquote>]]></description>
      <pubDate>Thu, 07 Dec 2006 15:17:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Greg Beaver's Blog: PEAR Version 1.4.9 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/5069</guid>
      <link>http://www.phpdeveloper.org/news/5069</link>
      <description><![CDATA[<i>Greg Beaver</i>, the ever-vigilant promoter and coder of the PEAR project has announced the <a href="http://greg.chiaraquartet.net/archives/122-PEAR-version-1.4.9-released.html">latest version</a> of the PEAR project has been released - version 1.4.9.
<p>
<quote>
<i>
The latest stable release of the PEAR installer, version 1.4.9, has been released at pear.php.net. This release addresses a critical bug introduced in the release of PEAR 1.4.8 earlier this month. This version has been rigorously tested to ensure no future breakage (the last release had inordinate time pressure due to external circumstances). You can read about it and retrieve it at <a href="http://pear.php.net/PEAR">http://pear.php.net/PEAR</a>.
</i>
</quote>
<p>
Also mentioned in <a href="http://greg.chiaraquartet.net/archives/122-PEAR-version-1.4.9-released.html">the post</a> is their embarking on the next leap in PEAR's evolution - version 1.5.0. It won't be a major leap up (like from 1.3.x to 1.4.x), but many changes will be made - including extensive work on how PECL extensions are installed and implemented.]]></description>
      <pubDate>Wed, 29 Mar 2006 19:00:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Gabor Hojtsy Steps Down as PHP Manual Editor]]></title>
      <guid>http://www.phpdeveloper.org/news/4901</guid>
      <link>http://www.phpdeveloper.org/news/4901</link>
      <description><![CDATA[There's a pointer in <a href="http://blog.phpdoc.info/archives/33-Farewell,-Goba.html">this post</a> from <i>Sean Coates</i> to <a href="http://beeblex.com/lists/index.php/php.doc/969372058">this mailing list message</a> from <i>Gabor Hojtsy</i> talking about his resignation from the post of editor of the PHP manual.
<p>
<quote>
<i>
I have been pondering through this writeup in the last couple of weeks, and the recent OSCOM events [1] prompted me to be straight and honest, and step back from the leadership of the PHP Documentation and from the list on the documentation frontpage consequently.
<p>
To be honest, I have not been active the last couple of months, only pariticipated in some directional discussions, and unfortunately I don't see a light in the future to be able to contribute more. Certainly I don't deserve the position to be named and listed as the PHP Documentation Editor anymore. There are quite a few more active people,
who should get the credit they deserve.
</i>
</quote>
<p>
He <a href="http://beeblex.com/lists/index.php/php.doc/969372058">mentions</a> some of the other things going on in his life - work, personal life, other web development sites - and he just dosen't have the time to give it the effort it needs. He's leaving his post knowing that there are plenty of qualified people in the PHP team to take his place. 
<p>
Thanks for all of your hard work, <i>Gabor</i> - the entire PHP community appreciates all you've done.]]></description>
      <pubDate>Mon, 27 Feb 2006 08:43:47 -0600</pubDate>
    </item>
  </channel>
</rss>
