<?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>ServerGrove Blog &#187; symfony 1.3</title>
	<atom:link href="http://blog.servergrove.com/tag/symfony-1-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.servergrove.com</link>
	<description>VPS &#38; Shared Hosting, symfony, Zend Framework, Rails, Adobe Flex, Hosting News, Web Design Tips, Webhosting and more....</description>
	<lastBuildDate>Tue, 31 Aug 2010 19:26:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>symfony 1.3.6 and 1.4.6 security release available at ServerGrove</title>
		<link>http://blog.servergrove.com/2010/06/29/symfony-1-3-6-and-1-4-6-security-release-available-at-servergrove/</link>
		<comments>http://blog.servergrove.com/2010/06/29/symfony-1-3-6-and-1-4-6-security-release-available-at-servergrove/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:26:26 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony 1.3]]></category>
		<category><![CDATA[symfony 1.4]]></category>

		<guid isPermaLink="false">http://blog.servergrove.com/?p=1241</guid>
		<description><![CDATA[New versions of symfony framework have been released today. The 1.3.6 and 1.4.6 releases include a security vulnerability patch, check out the blog post announcing the release for more details. We recommend all our customers (and non-customers as well) to update their projects with the latest releases. As always, all these new versions are already [...]]]></description>
			<content:encoded><![CDATA[<p>New versions of <a href="http://www.symfony-project.org">symfony framework</a> have been released today. The 1.3.6 and 1.4.6 releases include a security vulnerability patch, check out <a href="http://www.symfony-project.org/blog/2010/06/29/security-release-symfony-1-3-6-and-1-4-6">the blog post announcing the release</a> for more details. We recommend all our customers (and non-customers as well) to update their projects with the latest releases.</p>
<p>As always, all these new versions are already available on all our servers. If you are a VPS customer, make sure to <a href="http://secure.servergrove.com/clients/knowledgebase.php?action=displayarticle&amp;id=126">update your local library</a> to get the latest and greatest. And happy symfony coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.servergrove.com/2010/06/29/symfony-1-3-6-and-1-4-6-security-release-available-at-servergrove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release candidate versions of symfony 1.3 and 1.4 released</title>
		<link>http://blog.servergrove.com/2009/11/18/release-candidate-versions-of-symfony-1-3-and-1-4-released/</link>
		<comments>http://blog.servergrove.com/2009/11/18/release-candidate-versions-of-symfony-1-3-and-1-4-released/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 21:31:46 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony 1.3]]></category>
		<category><![CDATA[symfony 1.4]]></category>

		<guid isPermaLink="false">http://blog.servergrove.com/?p=692</guid>
		<description><![CDATA[Just a couple of weeks ago we included the beta of symfony 1.3 in our servers. This week the symfony core team released the first release cadidate versions of symfony 1.3 AND 1.4 at the same time. Yes, they are rocking! As expected, we included these releases in our servers so if you want to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a couple of weeks ago <a href="http://blog.servergrove.com/2009/11/04/symfony-1-3-beta-available-at-servergrove/">we included the beta of symfony 1.3</a> in our servers. This week the symfony core team released the first release cadidate versions of symfony 1.3 AND 1.4 at the same time. Yes, they are rocking!</p>
<p>As expected, we included these releases in our servers so if you want to play around with them is as easy as including the library path and clear your cache. It&#8217;s also important that you test your applications with the new versions.</p>
<p>Here is how to use symfony 1.4</p>
<pre class="brush: php">

require_once &#039;/usr/local/php/symfony14/lib/autoload/sfCoreAutoload.class.php&#039;;
sfCoreAutoload::register();

class ProjectConfiguration extends sfProjectConfiguration
{
  public function setup()
  {
    // for compatibility / remove and enable only the plugins you want
    $this-&gt;enableAllPluginsExcept(array(&#039;sfPropelPlugin&#039;));
  }
}
</pre>
<p><strong>Remember! symfony 1.3 and 1.4 are still in beta, so use it at your own risk.</strong></p>
<p>Stable releases are scheduled to be available later this month. We will keep updating the repository as new versions are released.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.servergrove.com/2009/11/18/release-candidate-versions-of-symfony-1-3-and-1-4-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
