<?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>Symfony-IT &#187; hosting</title>
	<atom:link href="http://www.symfony.it/categoria/varie/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfony.it</link>
	<description>Just another Symfony Framework weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/it_IT/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Symfony e Dreamhost</title>
		<link>http://www.symfony.it/articoli/30/symfony-e-dreamhost/</link>
		<comments>http://www.symfony.it/articoli/30/symfony-e-dreamhost/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 17:03:27 +0000</pubDate>
		<dc:creator>fullo</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.symfony.it/articoli/30/symfony-e-dreamhost/</guid>
		<description><![CDATA[Utilizzare Symfony dalla shell con Dreamhost spesso porta a ricevere oscuri errori in console come il seguente: ~/dh$ php symfony Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/user/domain.com/data/symfony/bin/symfony.php on line 42 il problema dipende dal fatto che la console dell&#8217;hosting provider utilizza php4, anche se il vostro [...]]]></description>
			<content:encoded><![CDATA[<p>Utilizzare Symfony dalla shell con <a href="http://www.dreamhost.com/r.cgi?98914">Dreamhost</a> spesso porta a ricevere oscuri errori in console come il seguente:</p>
<pre>
~/dh$ php symfony

Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/user/domain.com/data/symfony/bin/symfony.php on line 42
</pre>
<p>il problema dipende dal fatto che la console dell&#8217;hosting provider utilizza php4, anche se il vostro dominio funziona con php5.</p>
<p>Per risolverlo la soluzione più semplice è di richiamare staticamente l&#8217;interprete di php5 con il seguente percorso</p>
<pre>~/dh$ /usr/local/php5/bin/php symfony</pre>
<p>alternativamente è possibile crearsi un alias modificando il file <code>.bash_profile</code> del vostro utente aggiungendo la seguente riga:</p>
<pre>alias php5='/usr/local/php5/bin/php'</pre>
<p>e richiamando quindi symfony usando la più comoda sintassi:</p>
<pre>~/dh$ php5 symfony</pre>
<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.symfony.it/articoli/30/symfony-e-dreamhost/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.symfony.it/articoli/30/symfony-e-dreamhost/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
