<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Help! Symfony is ignoring my settings in app.yml</title>
	<atom:link href="http://eatmymonkeydust.com/2008/04/help-symfony-is-ignoring-my-settings-in-appyml/feed/" rel="self" type="application/rss+xml" />
	<link>http://eatmymonkeydust.com/2008/04/help-symfony-is-ignoring-my-settings-in-appyml/</link>
	<description>Life, PHP and Symfony - straight from the monkey's mouth</description>
	<lastBuildDate>Mon, 25 Jul 2011 10:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Romain Dorgueil (hartym)</title>
		<link>http://eatmymonkeydust.com/2008/04/help-symfony-is-ignoring-my-settings-in-appyml/comment-page-1/#comment-34</link>
		<dc:creator>Romain Dorgueil (hartym)</dc:creator>
		<pubDate>Fri, 25 Apr 2008 09:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=11#comment-34</guid>
		<description>This is due to PHP array declaration. YAML compile into PHP array, and in php, array(&#039;a&#039;=&gt;&#039;a&#039;, &#039;a&#039;=&gt;&#039;b&#039;) == array(&#039;a&#039;=&gt;&#039;b&#039;).

This is handy in some case, ie for overloading class  autoloading path, but it can become tricky too if you&#039;re not aware of it.</description>
		<content:encoded><![CDATA[<p>This is due to PHP array declaration. YAML compile into PHP array, and in php, array(&#8216;a&#8217;=&gt;&#8217;a', &#8216;a&#8217;=&gt;&#8217;b') == array(&#8216;a&#8217;=&gt;&#8217;b').</p>
<p>This is handy in some case, ie for overloading class  autoloading path, but it can become tricky too if you&#8217;re not aware of it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

