<?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: Magento Woes (Zend Framework)</title>
	<atom:link href="http://blog.hawkhost.com/2009/07/06/magento-woes-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hawkhost.com/2009/07/06/magento-woes-zend-framework/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=magento-woes-zend-framework</link>
	<description>All things Hawk Host</description>
	<lastBuildDate>Sat, 28 Aug 2010 19:53:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cody</title>
		<link>http://blog.hawkhost.com/2009/07/06/magento-woes-zend-framework/comment-page-1/#comment-749</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=462#comment-749</guid>
		<description>@till - That was an oversight on my part - I&#039;ll make sure to update the post shortly with relevant information. Typically the people running into this issue the above is fine, though you&#039;re right depending on what scripts they&#039;re running.</description>
		<content:encoded><![CDATA[<p>@till &#8211; That was an oversight on my part &#8211; I&#8217;ll make sure to update the post shortly with relevant information. Typically the people running into this issue the above is fine, though you&#8217;re right depending on what scripts they&#8217;re running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Denney</title>
		<link>http://blog.hawkhost.com/2009/07/06/magento-woes-zend-framework/comment-page-1/#comment-748</link>
		<dc:creator>Michael Denney</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=462#comment-748</guid>
		<description>Definitely good information - it is nice to see that you include the Zend Framework :)</description>
		<content:encoded><![CDATA[<p>Definitely good information &#8211; it is nice to see that you include the Zend Framework <img src='http://blog.hawkhost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: till</title>
		<link>http://blog.hawkhost.com/2009/07/06/magento-woes-zend-framework/comment-page-1/#comment-747</link>
		<dc:creator>till</dc:creator>
		<pubDate>Mon, 06 Jul 2009 19:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hawkhost.com/blog/?p=462#comment-747</guid>
		<description>This is an ongoing issue, and it would be simple for the Magento folks to fix. I remember I had a similar issue in an early 0.x version of Magento and even reported it somewhere, but it looks like there is no fix.

Anyway, instead of appending the include_path, when the shop is initialized, they need to prepend to the current path. The include path is always search from left to right, e.g. .:/foo:/bar -- then the current directory (aka &quot;.&quot;) is first, then /foo, before /bar.

So If Magento would be &quot;first&quot; there would be less issues with the environment.

Regardless of the above, the default include_path should be:
php_value include_path .:/home/

:-) Though it probably doesn&#039;t matter since Magento adds its own jist anyway. But some of your own scripts might fail if you forget the &quot;.&quot;.</description>
		<content:encoded><![CDATA[<p>This is an ongoing issue, and it would be simple for the Magento folks to fix. I remember I had a similar issue in an early 0.x version of Magento and even reported it somewhere, but it looks like there is no fix.</p>
<p>Anyway, instead of appending the include_path, when the shop is initialized, they need to prepend to the current path. The include path is always search from left to right, e.g. .:/foo:/bar &#8212; then the current directory (aka &#8220;.&#8221;) is first, then /foo, before /bar.</p>
<p>So If Magento would be &#8220;first&#8221; there would be less issues with the environment.</p>
<p>Regardless of the above, the default include_path should be:<br />
php_value include_path .:/home/</p>
<p> <img src='http://blog.hawkhost.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Though it probably doesn&#8217;t matter since Magento adds its own jist anyway. But some of your own scripts might fail if you forget the &#8220;.&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
