<?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: Removing require_once() calls from Zend Framework</title>
	<atom:link href="http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/</link>
	<description></description>
	<lastBuildDate>Sat, 18 Jun 2011 22:30:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard Quadling</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-22616</link>
		<dc:creator>Richard Quadling</dc:creator>
		<pubDate>Sat, 28 May 2011 01:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-22616</guid>
		<description>Oh dear. Can&#039;t post code.</description>
		<content:encoded><![CDATA[<p>Oh dear. Can&#8217;t post code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Quadling</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-22615</link>
		<dc:creator>Richard Quadling</dc:creator>
		<pubDate>Sat, 28 May 2011 01:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-22615</guid>
		<description>http://pastebin.com/wHKJZ68e

 0) {
			echo $o_File, &#039; with &#039;, $i_Replacements, &#039; replacements.&#039;, PHP_EOL;
			file_put_contents($o_File, $s_Code);
		}
	}
}</description>
		<content:encoded><![CDATA[<p><a href="http://pastebin.com/wHKJZ68e" rel="nofollow">http://pastebin.com/wHKJZ68e</a></p>
<p> 0) {<br />
			echo $o_File, &#8216; with &#8216;, $i_Replacements, &#8216; replacements.&#8217;, PHP_EOL;<br />
			file_put_contents($o_File, $s_Code);<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faster class loading in Zend Framework application &#124; Irmantas</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-18527</link>
		<dc:creator>Faster class loading in Zend Framework application &#124; Irmantas</dc:creator>
		<pubDate>Mon, 11 Apr 2011 10:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-18527</guid>
		<description>[...] One more thing to do, if you did not already did this, is to get rid of require_once statements in Zend Framework class files. If you do not know how to do this there is good tutorial, how to do this in Linux/OS X operating systems: Removing require_once() calls from Zend Framework. [...]</description>
		<content:encoded><![CDATA[<p>[...] One more thing to do, if you did not already did this, is to get rid of require_once statements in Zend Framework class files. If you do not know how to do this there is good tutorial, how to do this in Linux/OS X operating systems: Removing require_once() calls from Zend Framework. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Quadling</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-17483</link>
		<dc:creator>Richard Quadling</dc:creator>
		<pubDate>Tue, 29 Mar 2011 15:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-17483</guid>
		<description>As those commands are non-windows, here is a PHP script which does the same (more or less):
http://pastebin.com/r0NdvZr7</description>
		<content:encoded><![CDATA[<p>As those commands are non-windows, here is a PHP script which does the same (more or less):<br />
<a href="http://pastebin.com/r0NdvZr7" rel="nofollow">http://pastebin.com/r0NdvZr7</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran Jurić</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-11704</link>
		<dc:creator>Goran Jurić</dc:creator>
		<pubDate>Sun, 03 Oct 2010 11:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-11704</guid>
		<description>Thank you Tom, I have updated the post with the latest script.</description>
		<content:encoded><![CDATA[<p>Thank you Tom, I have updated the post with the latest script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Anderson</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-11679</link>
		<dc:creator>Tom Anderson</dc:creator>
		<pubDate>Fri, 01 Oct 2010 20:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-11679</guid>
		<description>With 1.10.8 and other recent releases Zend has changed from Zend_Loader to Zend_Loader_Autoloader and if you&#039;re using Zend_Application to bootstrap your application you must exclude that (/Zend/Application.php) from the comment script listed here in order for your application to work correctly.

Specifically the problem is line 321: 
        if (!class_exists($class, false)) {
            require_once $path;
            if (!class_exists($class, false)) {
                throw new Zend_Application_Exception(&#039;Bootstrap class not found&#039;);
            }
        }

This require_once must stay as-is.</description>
		<content:encoded><![CDATA[<p>With 1.10.8 and other recent releases Zend has changed from Zend_Loader to Zend_Loader_Autoloader and if you&#8217;re using Zend_Application to bootstrap your application you must exclude that (/Zend/Application.php) from the comment script listed here in order for your application to work correctly.</p>
<p>Specifically the problem is line 321:<br />
        if (!class_exists($class, false)) {<br />
            require_once $path;<br />
            if (!class_exists($class, false)) {<br />
                throw new Zend_Application_Exception(&#8216;Bootstrap class not found&#8217;);<br />
            }<br />
        }</p>
<p>This require_once must stay as-is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://gogs.info/2008/10/removing-require_once-calls-from-zend-framework/comment-page-1/#comment-10432</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://gogs.info/?p=44#comment-10432</guid>
		<description>Hi,
The snippet just above didn&#039;t work for me: 
-problem with -wholename predicat

So I used your previous one that fixed it like a charm.

Thx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The snippet just above didn&#8217;t work for me:<br />
-problem with -wholename predicat</p>
<p>So I used your previous one that fixed it like a charm.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

