<?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: Zend Framework 1.8 released!</title>
	<atom:link href="http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/</link>
	<description>A book about Zend Framework</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:04:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Miroslav Milic</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-347</link>
		<dc:creator>Miroslav Milic</dc:creator>
		<pubDate>Tue, 26 May 2009 10:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-347</guid>
		<description>&lt;p&gt;Helder,
I had the same problem on Dreamhost. Quick fix for this is to find and delete the following lines in zf.sh:&lt;/p&gt;

&lt;p&gt;(from line 22)&lt;/p&gt;

&lt;p&gt;find php: pear first, command -v second, straight up php lastly&lt;/p&gt;

&lt;p&gt;if test &quot;@php_bin@&quot; != &#039;@&#039;php_bin&#039;@&#039;; then
    PHP_BIN=&quot;@php_bin@&quot;
elif command -v php 1&gt;/dev/null 2&gt;/dev/null; then
    PHP_BIN=&lt;code&gt;command -v php&lt;/code&gt;
else
    PHP_BIN=php
fi&lt;/p&gt;

&lt;p&gt;and type this instead:&lt;/p&gt;

&lt;p&gt;PHP_BIN=/usr/local/php5/bin/php&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Helder,
I had the same problem on Dreamhost. Quick fix for this is to find and delete the following lines in zf.sh:</p>

<p>(from line 22)</p>

<p>find php: pear first, command -v second, straight up php lastly</p>

<p>if test &#8220;@php_bin@&#8221; != &#8216;@&#8217;php_bin&#8217;@'; then
    PHP_BIN=&#8221;@php_bin@&#8221;
elif command -v php 1&gt;/dev/null 2&gt;/dev/null; then
    PHP_BIN=<code>command -v php</code>
else
    PHP_BIN=php
fi</p>

<p>and type this instead:</p>

<p>PHP_BIN=/usr/local/php5/bin/php</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Helder Correia</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-343</link>
		<dc:creator>Helder Correia</dc:creator>
		<pubDate>Fri, 01 May 2009 11:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-343</guid>
		<description>&lt;p&gt;Hey, the php include_path reads:&lt;/p&gt;

&lt;p&gt;.:/usr/local/php5/lib/php:/usr/local/lib/php&lt;/p&gt;

&lt;p&gt;And I have the following aliases in bash:&lt;/p&gt;

&lt;p&gt;alias &#039;php=/usr/local/php5/bin/php&#039;
alias zf=&#039;$HOME/share/zend/bin/zf.sh&#039;&lt;/p&gt;

&lt;p&gt;I don&#039;t see another framework on that path. Only PEAR.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, the php include_path reads:</p>

<p>.:/usr/local/php5/lib/php:/usr/local/lib/php</p>

<p>And I have the following aliases in bash:</p>

<p>alias &#8216;php=/usr/local/php5/bin/php&#8217;
alias zf=&#8217;$HOME/share/zend/bin/zf.sh&#8217;</p>

<p>I don&#8217;t see another framework on that path. Only PEAR.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-342</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 01 May 2009 11:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-342</guid>
		<description>&lt;p&gt;Helder,&lt;/p&gt;

&lt;p&gt;Is there another version of the Framework on your php include_path ?&lt;/p&gt;

&lt;p&gt;i.e. what&#039;s the output of:&lt;/p&gt;

&lt;pre&gt;
php  -r &quot;echo get_include_path() . \&quot;\\n\&quot;;&quot;
&lt;/pre&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Rob...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Helder,</p>

<p>Is there another version of the Framework on your php include_path ?</p>

<p>i.e. what&#8217;s the output of:</p>

<pre>
php  -r "echo get_include_path() . \"\\n\";"
</pre>

<p>Regards,</p>

<p>Rob&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Helder Correia</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-341</link>
		<dc:creator>Helder Correia</dc:creator>
		<pubDate>Fri, 01 May 2009 11:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-341</guid>
		<description>&lt;p&gt;Hey, I&#039;m trying to follow your tutorial on my Dreamhost shell account, but when I try &quot;zf show version&quot; I get this:&lt;/p&gt;

&lt;p&gt;Parse error: syntax error, unexpected T_STRING, expecting &#039;{&#039; in /path/to/zend/library/Zend/Tool/Framework/Client/Console.php on line 63&lt;/p&gt;

&lt;p&gt;On Console.php we have&lt;/p&gt;

&lt;p&gt;61: class Zend_Tool_Framework_Client_Console
62:     extends Zend_Tool_Framework_Client_Abstract
63:     implements Zend_Tool_Framework_Client_Interactive_InputInterface,
64:                     Zend_Tool_Framework_Client_Interactive_OutputInterface
65: {&lt;/p&gt;

&lt;p&gt;It should be ok, right?&lt;/p&gt;

&lt;p&gt;&quot;php -v&quot; gives:&lt;/p&gt;

&lt;p&gt;PHP 5.2.6 (cli) (built: Oct 24 2008 14:56:33)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m trying to follow your tutorial on my Dreamhost shell account, but when I try &#8220;zf show version&#8221; I get this:</p>

<p>Parse error: syntax error, unexpected T_STRING, expecting &#8216;{&#8216; in /path/to/zend/library/Zend/Tool/Framework/Client/Console.php on line 63</p>

<p>On Console.php we have</p>

<p>61: class Zend_Tool_Framework_Client_Console
62:     extends Zend_Tool_Framework_Client_Abstract
63:     implements Zend_Tool_Framework_Client_Interactive_InputInterface,
64:                     Zend_Tool_Framework_Client_Interactive_OutputInterface
65: {</p>

<p>It should be ok, right?</p>

<p>&#8220;php -v&#8221; gives:</p>

<p>PHP 5.2.6 (cli) (built: Oct 24 2008 14:56:33)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-340</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 01 May 2009 10:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-340</guid>
		<description>&lt;p&gt;Doh!&lt;/p&gt;

&lt;p&gt;Thanks for letting me know :)&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Rob...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doh!</p>

<p>Thanks for letting me know <img src='http://www.zendframeworkinaction.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Regards,</p>

<p>Rob&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Helder Correia</title>
		<link>http://www.zendframeworkinaction.com/2009/05/01/zend-framework-18-released/comment-page-1/#comment-339</link>
		<dc:creator>Helder Correia</dc:creator>
		<pubDate>Fri, 01 May 2009 09:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkinaction.com/?p=216#comment-339</guid>
		<description>&lt;p&gt;Hi! Thanks for the update, but I must say, the link to the Zend Framework Tutorial is wrong. You spelled it arkabat.com. :)&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Helder&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for the update, but I must say, the link to the Zend Framework Tutorial is wrong. You spelled it arkabat.com. <img src='http://www.zendframeworkinaction.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Regards,</p>

<p>Helder</p>]]></content:encoded>
	</item>
</channel>
</rss>
