<?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 20:36:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/8206</guid>
      <link>http://www.phpdeveloper.org/news/8206</link>
      <description><![CDATA[<p>
DevShed finishes off their look at using the Factory design pattern in a PHP5 application with <a href="http://www.devshed.com/c/a/PHP/Factoring-Content-Boxes-with-the-Factory-Pattern-in-PHP-5/">this last part</a> of the series - using the pattern in factoring content boxes on your site.
</p>
<blockquote>
I'd like to put the tiny details of the factory pattern to the side (at least momentarily) and introduce the topics that I plan to cover in this final article of the series. In this last tutorial I'm going to teach you how to implement this useful pattern to build a bunch of highly-customizable content boxes, which can be quickly included into any web page.
</blockquote>
<p>
Building on the foundation from <a href="http://www.phpdeveloper.org/news/8164">previous</a> <a href="http://www.phpdeveloper.org/news/8126">parts</a> of the series, they create the different boxes with different types (like GreyContentBox and BlueContentBox based on ContentBox) and displaying them to a page via calls to their Factory interfaces.
</p>]]></description>
      <pubDate>Mon, 09 Jul 2007 14:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: PECL4WIN Build Box Dead]]></title>
      <guid>http://www.phpdeveloper.org/news/6706</guid>
      <link>http://www.phpdeveloper.org/news/6706</link>
      <description><![CDATA[<p>
Some <a href="http://edin.dk/archives/19-PECL4WIN-Build-Box-Dead.html">unfortunate news</a> from <i>Edin Kadribasic</i> to be felt particularly by the Windows PHP users out there - the box that hosts the PECL packages for Windows has suffered a bit from a power failure.
</p>
<blockquote>
The power failures are very rare in Denmark, but nonetheless this one managed to take out the build box. The <a href="http://pecl4win.php.net/">website</a> itself is not affected, but there are no updates for the time being.
</blockquote>
<p>
The <a href="http://pecl4win.php.net/">PECL4WIN project</a> hosts a repository of PECL extensions precompiled for the Windows platform. The packaging and distribution system used by PECL is shared with its sister, PEAR.
</p>
<p>
<b>UPDATE</b> (11.15.2006) - The box is <a href="http://edin.dk/archives/20-PECL4WIN-Builder-is-Back.html">back up</a> and working at 100% again (faulty memory was to blame). A new build has already been created.
</p>]]></description>
      <pubDate>Tue, 14 Nov 2006 16:38:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Real life SOAP - connecting your browser to a VoIP PBX]]></title>
      <guid>http://www.phpdeveloper.org/news/5529</guid>
      <link>http://www.phpdeveloper.org/news/5529</link>
      <description><![CDATA[<p>
<i>Bj&ouml;rn Schotte</i> has <a href="http://blog.thinkphp.de/archives/114-Real-life-SOAP-connecting-your-browser-to-a-VoIP-PBX.html">a new post</a> on the ThinkPHP blog today with details on a handy interface script, a port of <a href="http://thinkforge.org/projects/phonemonitor/">this PhoneMonitor application</a>, over to PHP5.
</p>
<quote>
<i>
<p>
Here at Mayflower, we're using two <a href="http://www.innovaphone.com/index.php?id=19&L=0">Innovaphone IP800 gateways</a> at each of our departments (Munich and Würzburg). They are connected to each other and replicate their data. Besides that, the Gateways do use LDAP for saving the contact data and provide a SOAP interface for connecting to the PBX.
</p>
<p>
In a crazy moment in my sparse free time, I had a look at Gregor's <a href="http://thinkforge.org/projects/phonemonitor/">PhoneMonitor application</a> he's written in C# and decided to write a PHP5 based approach to connect to the PBX and handle calls. The result is a SOAP client library that is able to connect to a PBX, poll for events, register users and create calls between two endpoints. 
</p>
</i>
</quote>
<p>
He also includes an <a href="http://blog.thinkphp.de/archives/114-Real-life-SOAP-connecting-your-browser-to-a-VoIP-PBX.html">example of a request</a> to the server, dialing another phone number based on the name of the person. There's also a <a href="http://blog.thinkphp.de/uploads/pbx_sidebar.jpg">screenshot</a> of the application showing a portion of its interface.
</p>
<p>
He doesn't offer the code up for download yet, so don't get too excited. He does hint, though, at some future functionality he might be adding other features as well.
</p>]]></description>
      <pubDate>Wed, 07 Jun 2006 05:53:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Gentoo Blog:  Reminder - You *Can* Run PHP4 And PHP5 On The Same Box At The Same Time]]></title>
      <guid>http://www.phpdeveloper.org/news/5219</guid>
      <link>http://www.phpdeveloper.org/news/5219</link>
      <description><![CDATA[<p>
<i>Stuart Hebert</i> of the Gentoo blog has posted <a href="http://blog.stuartherbert.com/gentoo.php/2006/04/21/reminder_you_can_run_php4_and_php5_on_th">this new item</a> as a reminder to all of those naysayers out there that didn't think it could be done that PHP4 and PHP5 can live together happily on the same box.
</p>
<quote>
<i>
<p>
Today has served as a timely reminder to me that not everyone understands that it's perfectly possible to have both PHP4 and PHP5 installed in Apache at the same time. A lot of folks just stop when they learn that you can't load mod_php4 and mod_php5 at the same time into Apache. There's no solution in the excellent PHP Manual that I could spot this afternoon (maybe I've just missed it?), and a lot of folks just don't get any further along than that.
</p>
</i>
</quote>
<p>
As an illustration of its possiblity, he points to <a href="http://www.gentoo.org/proj/en/php/php4-php5-configuration.xml">this article</a> from <i>Andreas Korthaus</i> showing how it's done under various different types of installs (Apache/CGI, Aapche/suphp).
</p>]]></description>
      <pubDate>Fri, 21 Apr 2006 15:06:26 -0500</pubDate>
    </item>
  </channel>
</rss>
