<?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>Zend Framework Italy &#187; Tutorial</title>
	<atom:link href="http://www.zend-framework.it/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zend-framework.it</link>
	<description>Just another Zend Framework (Italian) weblog.</description>
	<lastBuildDate>Wed, 15 Apr 2009 07:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installare Zend Framework via PEAR</title>
		<link>http://www.zend-framework.it/2008/01/29/installare-zend-framework-via-pear/</link>
		<comments>http://www.zend-framework.it/2008/01/29/installare-zend-framework-via-pear/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 08:42:37 +0000</pubDate>
		<dc:creator>weppos</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zend-framework.it/2008/01/29/installare-zend-framework-via-pear/</guid>
		<description><![CDATA[Come installare Zend Framework via PEAR, utilizzando il progetto Zend Framework PEAR Repository disponibile su Google Code.]]></description>
			<content:encoded><![CDATA[<h2>Introduzione a PEAR</h2>
<p>Chiunque programmi in PHP avrà sentito parlare, prima o poi, di <a href="http://pear.php.net/">PEAR</a>.<br />
PEAR è un enorme <strong>repository di librerie PHP</strong>. Vi si trovano applicazioni complete, librerie complete ma, ahimè, anche molti componenti abbandonati sul nascere.</p>
<p>PEAR offre un eccellente sistema di packaging che consente di installare facilmente una libreria parte del repository ufficiale o una qualsiasi libreria su un altro repository che sia compatibile con gli standard definiti.<br />
Per chi programma in altri linguaggi, questo sistema è molto simile al concetto di <a href="http://rubygems.org/">GEM in Ruby</a> o ai moduli di PERL.<span id="more-28"></span></p>
<h2>PEAR e Zend Framework 1.5</h2>
<p>Dalle recenti discussioni relative a <a href="http://www.zend-framework.it/2008/01/17/verso-zend-framework-15-preview-release-e-104/">Zend Framework 1.5</a> è emerso che Zend non supporterà, almeno per ora, la distribuzione dello Zend Framework via PEAR.<br />
Il web framework sarà invece disponibile al download in più versioni, come documentato nel post <a href="http://www.zend-framework.it/2008/01/22/zend-framework-15-preview-relese-code-freeze/" rel="bookmark" title="Permanent Link: Zend Framework 1.5 (Preview Relese) code freeze">Zend Framework 1.5 (Preview Release) code freeze</a>.</p>
<p>Questo non significa comunque che non sia possibile installare Zend Framework via PEAR.<br />
Infatti, più di un progetto mette a disposizione un repository compatibile con gli standard PEAR per scaricare ed installare la libreria.</p>
<p>Questo tutorial si basa sul progetto <a href="http://code.google.com/p/zend/">Zend Framework PEAR Repository</a>, disponibile su Google Code.</p>
<h2>Installare Zend Framework via PEAR</h2>
<p>Assumento che PEAR sia già installato sul vostro sistema, aprite la console (o shell o prompt del DOS) e digitate i seguenti comandi</p>
<pre>pear channel-discover zend.googlecode.com/svn
pear install zend/zend</pre>
<p>A seconda della configurazione, potrebbe essere necessario utilizzare un <strong>utente con i privilegi di amministratore</strong> per eseguire l&#8217;installazione.<br />
Il progetto è compatibile con Zend Framework 1.0.2 e 1.0.3.</p>
<p>Da questo momento, Zend sarà installato come liberia PEAR e potrete utilizzarlo indistintamente per qualsiasi progetto PHP semplicemente includendo la libreria che vi serve, come di consueto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zend-framework.it/2008/01/29/installare-zend-framework-via-pear/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
