<?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, 20 Jun 2013 06:36:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: PHP 5.4 alpha3 Released for Testing]]></title>
      <guid>http://www.phpdeveloper.org/news/16678</guid>
      <link>http://www.phpdeveloper.org/news/16678</link>
      <description><![CDATA[<p>
The PHP development group has officially released the <a href="http://qa.php.net/">alpha3 of PHP 5.4</a> as ready for testing. <i>Rasmus Lerdorf</i> comments:
</p>
<blockquote>
PHP 5.4 alpha3 is available for testing now. Please give us a hand and compile it on your platform and run a "make test". Download it from <a href="http://qa.php.net/">http://qa.php.net</a> and you can see the changes in the NEWS file at <a href="http://t.co/bBVGj8P">http://t.co/bBVGj8P</a>
</blockquote>
<p>
Updates in this alpha include the shortened array syntax, binary numbers format, support for the "Class::{expr}()" syntax, removal of magic quotes related features, a change to include E_STRICT in E_ALL and several others. Head over to the <a href="http://qa.php.net">PHP QA site</a> and download this latest version to test in your environment. Remember, environments are unique, so the more test results the better - it helps make for a better quality end result.
</p>]]></description>
      <pubDate>Fri, 05 Aug 2011 08:34:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework 1.7.0 is now available]]></title>
      <guid>http://www.phpdeveloper.org/news/11420</guid>
      <link>http://www.phpdeveloper.org/news/11420</link>
      <description><![CDATA[<p>
The latest version of the Zend Framework, 1.7.0, has <a href="http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available">officially been released</a>:
</p>
<blockquote>
The Zend Framework team would like to thank everyone who made this release possible. As always, our generous ZF community has provided countless new features, bug fixes, documentation translations, etc. We'd also like to thank Adobe Systems and Wade Arnold for contributing the new Zend_Amf component. A big thanks to PHP Belgium and everyone who participated in bug hunt day and/or the Zend Framework <A href="http://www.bughuntday.org/">bug hunt</a> week.
</blockquote>
<p>
This update includes lots of new components and features such as: an update to Dojo, Zend_Service_Twitter, support for Open Office Documents in the Zend_Search_Lucene component, Zend_ProgressBar, I18N improvements and much, much more. Check out the full list <a hrf="http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available">on this post</a> on the Zend Developer Zone or just head over the <A href="http://framework.zend.com/download/latest">download the latest edition</a>.
</p>
<p>
You can also check out some of <i>Matthew Weier O'Phinney</i>'s comments <a href="http://weierophinney.net/matthew/archives/195-Zend-Framework-1.7.0-Released.html">over on his blog</a> as well as thoughts from Zend's own <i>Andi Gutmans</i> <A href="http://andigutmans.blogspot.com/2008/11/is-it-that-time-already-zend-framework.html">on his blog</a>.
</p>]]></description>
      <pubDate>Tue, 18 Nov 2008 08:15:12 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Filter 0.10.0 released]]></title>
      <guid>http://www.phpdeveloper.org/news/6187</guid>
      <link>http://www.phpdeveloper.org/news/6187</link>
      <description><![CDATA[<p>
On <i>Pierre</i>'s blog today, there's a <a href="http://blog.thepimp.net/index.php/2006/09/01/105-pecl-filter-release">release announcement</a> about the "long awaited for" version of his Filter extension - version 0.1.0.0.
</p>
<blockquote>
This release will be included in the upcoming PHP 5.2.0RC3, which is likely to be the last RC. Please report any trouble you find, and post your feedback (here, on the pecl-dev mailing list or in the issue tracker), it will help provide the best possible extension in the 5.2.0 release. A stable filter release should still hit the road this year.
</blockquote>
<p>
Feature additons for <a href="http://blog.thepimp.net/index.php/2006/09/01/105-pecl-filter-release">this release</a> include an input_get_args method, support for PHP's pcre expressions, JIT support, and support for custom decimal spacers. Several behaviors were changed as well, including when a value is FALSE or NULL, updates to the integer/float parser, and the default filter now being set to "raw".
</p>
<p>
You can get the complete listing of updates on the project from <a href="http://pecl.php.net/package/filter/0.10.0">the Changelog</a> and check out the project and all of its documentation on it's <a href="http://pecl.php.net/filter">PECL homepage</a>.
</p>]]></description>
      <pubDate>Fri, 01 Sep 2006 03:33:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Project: Heading towards symfony 1.0]]></title>
      <guid>http://www.phpdeveloper.org/news/6141</guid>
      <link>http://www.phpdeveloper.org/news/6141</link>
      <description><![CDATA[<p>
The Symfony Project has posted <a href="http://www.symfony-project.com/weblog/2006/08/25/heading-towards-symfony-1-0.html">an update</a> on this blog about the progress they're making towards version 1.0 of their framework, including a detailed list of new additions.
</p>
<blockquote>
If you watch the <a href="http://www.symfony-project.com/trac/timeline">timeline</a>, you probably noticed the important number of updates of these last days. If you opened a ticket, you also probably noticed that more than 160 tickets were fixed since 0.6.3. There are a lot of changes in symfony lately (see the <a href="http://www.symfony-project.com/trac/browser/trunk/CHANGELOG">changelog</a> for the full list), and here is a brief overview of the important stuff.
</blockquote>
<p>
Included in <a href="http://www.symfony-project.com/weblog/2006/08/25/heading-towards-symfony-1-0.html">the list</a> are things like:
<ul>
<li>Many-to-many relationships
<li>New CLI tasks
<li>AJAX actions have no layout by default
<li>my* Classes
<li>Validators
</ul>
</p>]]></description>
      <pubDate>Fri, 25 Aug 2006 08:23:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Newly Released Versions of Zend Core for Oracle & IBM]]></title>
      <guid>http://www.phpdeveloper.org/news/5731</guid>
      <link>http://www.phpdeveloper.org/news/5731</link>
      <description><![CDATA[<p>
<a href="http://www.zend.com">Zend</a> and <a href="http://www.ibm.com">IBM</a> have announced the latest release of their Zend Cores for both <a href="http://www.zend.com/de/products/zend_core/zend_core_for_ibm">IBM</a> and for <a href="http://www.zend.com/de/products/zend_core/zend_core_for_oracle">Oracle</a>.
</p>
<blockquote>
Zend Technologies has announced new versions of Zend Core for IBM and Oracle. Both Zend Core for IBM and Zend Core for Oracle can install Apache-2.0.50-Server and work with PHP 5.1.4. Further, Zend has extended database and PHP functionalities with both versions.
</blockquote>
<p>
Updates to the <a href="http://www.zend.com/de/products/zend_core/zend_core_for_ibm">IBM Core</a> include updates to the DB2, Cloudscape, and Informix functionality as well as updates to the ibm_db2 extension.
</p>
<p>
Updates for the <a href="http://www.zend.com/de/products/zend_core/zend_core_for_oracle">Oracle Core</a> include changes to the oci8-treiber and support for the Instant Client web applications.
</p>]]></description>
      <pubDate>Fri, 30 Jun 2006 06:07:10 -0500</pubDate>
    </item>
  </channel>
</rss>
