<?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>Thu, 23 May 2013 22:37:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brandon Savage's Blog: Bug-Free: Your Bug-Fixing Toolkit (Part 1 of N)]]></title>
      <guid>http://www.phpdeveloper.org/news/11225</guid>
      <link>http://www.phpdeveloper.org/news/11225</link>
      <description><![CDATA[<p>
<i>Brandon Savage</i> has the <a href="http://www.brandonsavage.net/entry/bugfree-your-bugfixing-toolkit-part-1-of-n.html">first part</a> of a series posted (with N parts) showing off some of the tools that PHP already has built in to make your debugging life easier.
</p>
<blockquote>
PHP has a large number of tools for fixing bugs and resolving underlying issues. But many people don't know what they are, and some of them are extensions requiring installation in order to work. In this series, we'll explore some features for debugging PHP scripts, from the most basic to more advanced.
</blockquote>
<p>
He <a href="http://www.brandonsavage.net/entry/bugfree-your-bugfixing-toolkit-part-1-of-n.html">looks at</a> three of the most basic ones (and ones that most developers I know out there use every day) - <a href="http://php.net/var_dump">var_dump</a>, <a href="http://php.net/print_r">print_r</a> and <a href="http://php.net/var_export">var_export</a>. Examples of each in use are included...
</p>]]></description>
      <pubDate>Thu, 16 Oct 2008 10:29:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andi Gutmans' Blog: Zend Framework to be part of Ubuntu!]]></title>
      <guid>http://www.phpdeveloper.org/news/9726</guid>
      <link>http://www.phpdeveloper.org/news/9726</link>
      <description><![CDATA[<p>
<i>Andi Gutmans</i> has some <a href="http://andigutmans.blogspot.com/2008/02/zend-framework-to-be-part-of-ubuntu.html">great news</a> for Ubuntu users - the Zend Framework will be included in a future version of the linux distribution (Hardy Heron, Ubntu 8).
</p>
<blockquote>
We are very proud to be an integral part of the Ubuntu distribution going forward. This is an important step towards making Zend Framework accessible to a broader audience and by working closely with the MOTUs we are able to ensure a positive end-user experience.
</blockquote>
<p>
<i>Andi</i> also points out some of the stats from the framework's life so far: 4M downloads of Zend Framework, 500K of them unique and only growing stronger.
</p>]]></description>
      <pubDate>Fri, 29 Feb 2008 11:11:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebRefernece: Script GUI for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6667</guid>
      <link>http://www.phpdeveloper.org/news/6667</link>
      <description><![CDATA[<p>
<i>Lee Underwood</i> shares a handy bit of software in <a href="http://www.webreference.com/reviews/script_guiPHP/">this quick article</a> on Developer.com - a GUI program that helps you execute your PHP scripts on Windows without the setup time of something like <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP</a>.
</p>
<blockquote>
There's no need to install a server and PHP and then try to coordinate them in order to get them to work together. <a href="http://www.zzee.com/script-gui/">Script GUI</a> comes in one compact package. It includes a server, which is only available to the built-in browser and is a nice security feature. In addition, it supports CGI, virtual hosts, directory aliases, custom error documents and understands most commands in .htaccess files.
</blockquote>
<p>
He <a href="http://www.webreference.com/reviews/script_guiPHP/">tell how it works</a> (pretty much just install and go) and how it can be configured to work with virtual hosts. Best of all, it already comes with the latest version of PHP for Windows and can interface with several of the popular databases out there.
</p>]]></description>
      <pubDate>Wed, 08 Nov 2006 09:26:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre's Blog: XMLWriter in PHP 5.1.2]]></title>
      <guid>http://www.phpdeveloper.org/news/4455</guid>
      <link>http://www.phpdeveloper.org/news/4455</link>
      <description><![CDATA[From <i>Pierre</i> today, there's <a href="http://blog.thepimp.net/index.php/2005/12/07/27-xmlwriter-in-php-512">this quick post</a> concerning the inclusion of XMLWriter in PHP 5.1.2.
<p>
<quote>
<i>
XMLWriter is finally bundled in php5. It will available and enabled by default in the next PHP release (5.1.2).
<p>
With <a href="http://pecl.php.net/package/xmlwriter">XMLReader</a>, <a href="http://pecl.php.net/package/xmlwriter">XMLWriter</a> is a really nice addition to the xml extensions.
</i>
</quote>
<p>
The <a href="http://pecl.php.net/package/xmlwriter">XMLWriter</a> extension provides <i>fast, non-cached, forward-only means of generating streams or files containing XML data</i>. ]]></description>
      <pubDate>Wed, 07 Dec 2005 07:35:02 -0600</pubDate>
    </item>
  </channel>
</rss>
