<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zend Framework in Action &#187; News</title>
	<atom:link href="http://www.zendframeworkinaction.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendframeworkinaction.com</link>
	<description>A book about Zend Framework</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:04:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP 5.3 is released!</title>
		<link>http://www.zendframeworkinaction.com/2009/06/30/php-5-3-is-released/</link>
		<comments>http://www.zendframeworkinaction.com/2009/06/30/php-5-3-is-released/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:25:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Around the web]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=236</guid>
		<description><![CDATA[It&#8217;s happened! PHP 5.3 has been released. This version was a long time coming and as such has lots of new features and bug fixes.

The key new features for me are:

Namespaces
Late static binding
Closures
Much better Windows support


There is a migration guide available, but you should also check out Cal Evans&#8217; migration notes over at TechPortal too.

You [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s happened! <a href="http://php.net/releases/5_3_0.php">PHP 5.3</a> has been released. This version was a long time coming and as such has lots of new features and bug fixes.</p>

<p>The key new features for me are:
<ul>
<li><a href="http://ca2.php.net/manual/en/language.namespaces.faq.php">Namespaces</a></li>
<li><a href="http://php.net/lsb">Late static binding</a></li>
<li><a href="http://php.net/closures">Closures</a></li>
<li><a href="http://windows.php.net/">Much better Windows support</a></li>
</ul></p>

<p>There is a <a href="http://php.net/migration53">migration guide</a> available, but you should also check out Cal Evans&#8217; <a href="http://techportal.ibuildings.com/2009/06/30/migrating-to-php-5-3/">migration notes</a> over at TechPortal too.</p>

<p>You can <a href="http://www.php.net/downloads.php">download</a> it directly now, or wait for your favourite distribution to package it for you soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/06/30/php-5-3-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 released!</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/</link>
		<comments>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/#comments</comments>
		<pubDate>Fri, 01 May 2009 05:36:33 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216</guid>
		<description><![CDATA[Zend Framework 1.8, has been released!

From the read me, new features include:


Zend&#95;Tool, contributed by Ralph Schindler
Zend&#95;Application, contributed by Ben Scholzen and Matthew Weier O&#8217;Phinney
Zend&#95;Navigation, contributed by Robin Skoglund
Zend&#95;CodeGenerator, by Ralph Schindler
Zend&#95;Reflection, Ralph Schindler and Matthew Weier O&#8217;Phinney
Zend Server backend for Zend&#95;Cache, contributed by Alexander Veremyev
Zend&#95;Service&#95;Amazon&#95;Ec2, contributed by Jon Whitcraft
Zend&#95;Service&#95;Amazon&#95;S3, Justin Plock and Stas Malyshev
Zend&#95;Filter&#95;Encrypt, contributed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://framework.zend.com/">Zend Framework 1.8</a>, has been released!</p>

<p>From the read me, new features include:</p>

<ul>
<li>Zend&#95;Tool, contributed by Ralph Schindler</li>
<li>Zend&#95;Application, contributed by Ben Scholzen and Matthew Weier O&#8217;Phinney</li>
<li>Zend&#95;Navigation, contributed by Robin Skoglund</li>
<li>Zend&#95;CodeGenerator, by Ralph Schindler</li>
<li>Zend&#95;Reflection, Ralph Schindler and Matthew Weier O&#8217;Phinney</li>
<li>Zend Server backend for Zend&#95;Cache, contributed by Alexander Veremyev</li>
<li>Zend&#95;Service&#95;Amazon&#95;Ec2, contributed by Jon Whitcraft</li>
<li>Zend&#95;Service&#95;Amazon&#95;S3, Justin Plock and Stas Malyshev</li>
<li>Zend&#95;Filter&#95;Encrypt, contributed by Thomas Weidner</li>
<li>Zend&#95;Filter&#95;Decrypt, contributed by Thomas Weidner</li>
<li>Support for file upload progress support in Zend&#95;File&#95;Transfer,
contributed by Thomas Weidner</li>
<li>Translation-aware routes, contributed by Ben Scholzen</li>
<li>Zend&#95;Json expression support, contributed by Benjamin Eberlei and
Oscar Reales</li>
<li>Zend&#95;Http&#95;Client&#95;Adapter&#95;Curl, contributed by Benjamin Eberlei</li>
<li>SOAP input and output header support, contributed by Alexander Veremyev</li>
<li>Support for keyword field search using query strings,
contributed by Alexander Veremyev</li>
<li>Support for searching across multiple indexes in Zend&#95;Search&#95;Lucene,
contributed by Alexander Veremyev</li>
<li>Support for page scaling, shifting and skewing in Zend&#95;Pdf,
contributed by Alexander Veremyev</li>
<li>Locale support in Zend&#95;Validate&#95;Int and Zend&#95;Validate&#95;Float,
contributed by Thomas Weidner</li>
<li>Phonecode support in Zend&#95;Locale, contributed by Thomas Weidner</li>
<li>Zend&#95;Validate&#95;Iban, contributed by Thomas Weidner</li>
<li>Zend&#95;Validate&#95;File&#95;WordCount, contributed by Thomas Weidner</li>
</ul>

<p><a href="http://framework.zend.com/download/latest">Download it here</a>.</p>

<p>I have also completely revised and updated my <a href="http://akrabat.com/zend-framework-tutorial">Zend Framework tutorial</a> over at akrabat.com to support the new <tt>Zend&#95;Tool</tt> command line tool and <tt>Zend&#95;Application</tt> for bootstrapping.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 beta 1</title>
		<link>http://www.zendframeworkinaction.com/2009/04/23/zend-framework-18-beta-1/</link>
		<comments>http://www.zendframeworkinaction.com/2009/04/23/zend-framework-18-beta-1/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 05:56:11 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=206</guid>
		<description><![CDATA[The march towards the release of version 1.8 of Zend Framework continues with the first beta release. From the announcement:


Please download and test this release thoroughly over the next few days
so that we can fix any urgent issues or documentation problems before
the final release next week. Please remember to provide feedback on our
issue tracker  [...]]]></description>
			<content:encoded><![CDATA[<p>The march towards the release of version 1.8 of Zend Framework continues with the first beta release. From the announcement:</p>

<blockquote>
Please download and test this release thoroughly over the next few days
so that we can fix any urgent issues or documentation problems before
the final release next week. Please remember to provide feedback on our
issue tracker <http://framework.zend.com/issues> and ask any questions
on the appropriate mailing list. 

Again, the Zend Framework community does NOT recommend this release for 
production use. We do, however, recommend evaluating new features in 
this release with existing and new applications. 
</blockquote>

<p><a href="http://framework.zend.com/download/latest">Download</a> and test your sites now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/04/23/zend-framework-18-beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 preview</title>
		<link>http://www.zendframeworkinaction.com/2009/04/08/zend-framework-18-preview/</link>
		<comments>http://www.zendframeworkinaction.com/2009/04/08/zend-framework-18-preview/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 05:26:16 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=197</guid>
		<description><![CDATA[Zend Framework 1.8 preview release is now available and you should check out where ZF is going. As this is a preview, it&#8217;s not ready for use in production though.  Grab your copy over at the downloads page and test your app with it!

Matthew has the full rundown about it, but, the key new [...]]]></description>
			<content:encoded><![CDATA[<p>Zend Framework 1.8 preview release is now available and you should check out where ZF is going. As this is a preview, it&#8217;s not ready for use in production though.  Grab your copy over at the <a href="http://framework.zend.com/download/latest">downloads page</a> and test your app with it!</p>

<p>Matthew has the <a href="http://weierophinney.net/matthew/archives/214-Zend-Framework-1.8-PREVIEW-Release.html">full rundown</a> about it, but, the key new features in 1.8 are:</p>

<ul>
<li>Zend_Application for consistent bootstrapping.</li>
<li>Zend_Tool, a command line client for setting up your project directory and maintaining it.</li>
<li>Amazon EC2 and S3 support</li>
<li>Zend_Navigation for menus, sitemaps, breadcrumbs and so on.</li>
</ul>

<p>And lots of other improvements and bug fixes!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/04/08/zend-framework-18-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Filter_StripTags Security Advisory</title>
		<link>http://www.zendframeworkinaction.com/2009/03/20/zend_filter_striptags-security-advisory/</link>
		<comments>http://www.zendframeworkinaction.com/2009/03/20/zend_filter_striptags-security-advisory/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:34:41 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=189</guid>
		<description><![CDATA[Wil Sinclair posted this to the Zend Framework announcements mailing list:

The Zend Framework team was recently notified of an XSS attack vector in its ZendFilterStripTags class. ZendFilterStripTags offers the ability to strip HTML tags from text, but also to selectively choose which tags and specific attributes of those tags to keep.

The XSS attack vector was [...]]]></description>
			<content:encoded><![CDATA[<p>Wil Sinclair posted this to the Zend Framework announcements mailing list:
<blockquote>
The Zend Framework team was recently notified of an XSS attack vector in its Zend<em>Filter</em>StripTags class. Zend<em>Filter</em>StripTags offers the ability to strip HTML tags from text, but also to selectively choose which tags and specific attributes of those tags to keep.</p>

<p>The XSS attack vector was due to a bug in matching HTML tag attributes to retain. If whitespace was introduced surrounding the attribute assignment operator or the value included newline characters, the attribute would always be included in the final output- even if it was not marked to retain.</p>

<p>A security fix has been created and released with Zend Framework 1.7.7.</p>

<p>Additionally, the fix has been back-ported to the 1.6, 1.5, and 1.0 release branches.</p>

<p>The Zend Framework team strongly recommends upgrading to version 1.7.7. If you cannot upgrade at this time, we recommend exporting from the release branch matching the minor release you are currently using, or downloading the file listed below and pushing it into your Zend Framework installation.</p>

<p><a href="http://framework.zend.com/svn/framework/standard/branches/release-1.7/library/Zend/Filter/StripTags.php"> http://framework.zend.com/svn/framework/standard/branches/release-1.7/library/Zend/Filter/StripTags.php</a></p>

<p>Thank you.</p>

<p>,Wil
</blockquote></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/03/20/zend_filter_striptags-security-advisory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.7.3 has been released</title>
		<link>http://www.zendframeworkinaction.com/2009/01/20/zend-framework-173-has-been-released/</link>
		<comments>http://www.zendframeworkinaction.com/2009/01/20/zend-framework-173-has-been-released/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 10:05:21 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=151</guid>
		<description><![CDATA[Version 1.7.3 of Zend Framework has been released. This is a maintenance release and lots of issues have been fixed.

You can download it from the Zend Framework website. The links at the bottom of the page are direct downloads if you don&#8217;t have a Zend account.

32 issues have been fixed in this maintenance release. The [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.7.3 of Zend Framework has been released. This is a maintenance release and lots of issues have been fixed.</p>

<p>You can <a href="http://framework.zend.com/download/latest/">download</a> it from the Zend Framework website. The links at the bottom of the page are direct downloads if you don&#8217;t have a Zend account.</p>

<p>32 issues have been fixed in this maintenance release. The highlights for me are:
<ul>
    <li><a href="http://framework.zend.com/issues/browse/ZF-3239">ZF-3239</a>: &#8216;From&#8217; table not available in $<em>parts in Zend</em>Db<em>Table</em>Select</li>
    <li><a href="http://framework.zend.com/issues/browse/ZF-2624">ZF-2624</a>: Message-ID getter/setter in Zend<em>Mail</li>
    <li><a href="http://framework.zend.com/issues/browse/ZF-5352">ZF-5352</a>: To,Cc,Bcc email fields injection in Zend</em>Mail</li>
    <li><a href="http://framework.zend.com/issues/browse/ZF-2559">ZF-2559</a>: Email subject encoding bug in Zend_Mail</li>
</ul></p>

<p>As you can tell, I&#8217;ve been using Zend_Mail recently! There&#8217;s also been some useful JQuery bug fixes if you use that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/01/20/zend-framework-173-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEAR channel for Zend Framework</title>
		<link>http://www.zendframeworkinaction.com/2009/01/09/pear-channel-for-zend-framework/</link>
		<comments>http://www.zendframeworkinaction.com/2009/01/09/pear-channel-for-zend-framework/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 22:51:04 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Around the web]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=138</guid>
		<description><![CDATA[Ralph Schindler has created a semi-official PEAR channel for Zend Framework.

If you like installing via PEAR, then check out pear.zfcanvas.org.
]]></description>
			<content:encoded><![CDATA[<p>Ralph Schindler has created a <a href="http://ralphschindler.com/2009/01/07/the-semi-official-zend-framework-pear-channel">semi-official PEAR channel</a> for Zend Framework.</p>

<p>If you like installing via PEAR, then check out <a href="http://pear.zfcampus.org/">pear.zfcanvas.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2009/01/09/pear-channel-for-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.7.2 Released</title>
		<link>http://www.zendframeworkinaction.com/2008/12/24/zend-framework-172-released/</link>
		<comments>http://www.zendframeworkinaction.com/2008/12/24/zend-framework-172-released/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:48:56 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=126</guid>
		<description><![CDATA[Version 1.7.2 of Zend Framework has been released. This is a maintenance release and lots of issues have been fixed.

Download it now!
]]></description>
			<content:encoded><![CDATA[<p>Version 1.7.2 of Zend Framework has been released. This is a maintenance release and lots of <a href="http://framework.zend.com/issues/secure/views/IssueNavigator.jspa?requestId=10923">issues have been fixed</a>.</p>

<p><a href="http://framework.zend.com/download/latest/">Download it now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/12/24/zend-framework-172-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.7 has been released!</title>
		<link>http://www.zendframeworkinaction.com/2008/11/17/zend-framework-17-has-been-released/</link>
		<comments>http://www.zendframeworkinaction.com/2008/11/17/zend-framework-17-has-been-released/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 19:24:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=104</guid>
		<description><![CDATA[Zend Framework version 1.7 has been released and can be downloaded now.

From the release announcement, key features include:


Zend_Amf with support for AMF0 and AMF3 protocols
Support for dijit editor available in the Dojo Toolkit
ZendServiceTwitter
ZendX_JQuery in extras library
Metadata API in Zend_Cache
Google book search API in Zend_Gdata
Performance enhancements in ZendLoader, ZendController, and server
components
Zend_Tool in incubator
ZendTextTable for formatting table [...]]]></description>
			<content:encoded><![CDATA[<p>Zend Framework version 1.7 has been released and can be <a href="http://framework.zend.com/">downloaded now</a>.</p>

<p>From the release announcement, key features include:</p>

<ul>
<li>Zend_Amf with support for AMF0 and AMF3 protocols</li>
<li>Support for dijit editor available in the Dojo Toolkit</li>
<li>Zend<em>Service</em>Twitter</li>
<li>ZendX_JQuery in extras library</li>
<li>Metadata API in Zend_Cache</li>
<li>Google book search API in Zend_Gdata</li>
<li>Performance enhancements in Zend<em>Loader, Zend</em>Controller, and server
components</li>
<li>Zend_Tool in incubator</li>
<li>Zend<em>Text</em>Table for formatting table using characters</li>
<li>Zend_ProgressBar</li>
<li>Zend<em>Config</em>Writer</li>
<li>ZendX<em>Console</em>Unix_Process in the extras library</li>
</ul>

<p>Of particular note are the performance enhancements and a new <a href="http://framework.zend.com/manual/en/performance.html">Zend Framework Performance Guide</a> in the manual.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/11/17/zend-framework-17-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZF 1.7 timetable</title>
		<link>http://www.zendframeworkinaction.com/2008/10/31/zf-17-timetables/</link>
		<comments>http://www.zendframeworkinaction.com/2008/10/31/zf-17-timetables/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:25:32 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=98</guid>
		<description><![CDATA[The timetable for Zend Framework 1.7 is now out and Wil has announced that it will be released on November 16th.

Lots of goodies will be in this release including Flex integration using ZendAmf and also the ability to write to config files using ZendConfig_Writer. Also, support for JQuery will be coming to Zend Extras and [...]]]></description>
			<content:encoded><![CDATA[<p>The timetable for Zend Framework 1.7 is now out and Wil has announced that it will be released on November 16th.</p>

<p>Lots of goodies will be in this release including Flex integration using Zend<em>Amf and also the ability to write to config files using Zend</em>Config_Writer. Also, support for JQuery will be coming to Zend Extras and also Matthew has been working on some performance enhancements which will be very welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zendframeworkinaction.com/2008/10/31/zf-17-timetables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
