<?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>SkinTech.Blog &#187; timezonedb</title>
	<atom:link href="http://www.skintech.com.br/blog/tag/timezonedb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skintech.com.br/blog</link>
	<description>Tecnologia &#38; Informação</description>
	<lastBuildDate>Wed, 30 Dec 2009 15:13:05 +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>Erro no horário do PHP5. por causa do horário de verão</title>
		<link>http://www.skintech.com.br/blog/erro-no-horario-do-php5-por-causa-do-horario-de-verao/</link>
		<comments>http://www.skintech.com.br/blog/erro-no-horario-do-php5-por-causa-do-horario-de-verao/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 18:24:16 +0000</pubDate>
		<dc:creator>Rafael Araujo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[timezonedb]]></category>

		<guid isPermaLink="false">http://www.skintech.com.br/blog/?p=40</guid>
		<description><![CDATA[Nesse post, falei como compilar o PHP5.x pro timezonedb correto.
Esse ano mudo apenas o link de download, estou atualizando:
http://pecl.php.net/get/timezonedb-2008.8.tgz
 tar -xvzf timezonedb-2008.8.tgz
cd timezonedb-2008.8
phpize
./configure
make
make install
echo &#8216;extension=&#8221;php/extensions/no-debug-non-zts-20060613/timezonedb.so&#8221;&#8216; &#62;&#62; /usr/local/Zend/etc/php.ini
apachectl restart
altere /usr/local/Zend/etc/php.ini conforme a localização do seu arquivo php.ini
]]></description>
		<wfw:commentRss>http://www.skintech.com.br/blog/erro-no-horario-do-php5-por-causa-do-horario-de-verao/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compilando PHP 5.x com timezonedb</title>
		<link>http://www.skintech.com.br/blog/compilando-php-5x-com-timezonedb/</link>
		<comments>http://www.skintech.com.br/blog/compilando-php-5x-com-timezonedb/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 01:13:45 +0000</pubDate>
		<dc:creator>Rafael Araujo</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[timezonedb]]></category>

		<guid isPermaLink="false">http://www.skintech.com.br/blog/?p=11</guid>
		<description><![CDATA[e pra quem quiser atualizar o PHP 5.x com o timezone correto de acordo com sua localidade, utilize o timezonedb

wget http://pecl.php.net/get/timezonedb-2007.8.tgz
tar -xvzf timezonedb-2007.8.tgz
cd timezonedb-2007.8
phpize
./configure
make
make install
echo 'extension="php/extensions/no-debug-non-zts-20060613/timezonedb.so"' &#62;&#62; /usr/local/Zend/etc/php.ini
apachectl restart

altere /usr/local/Zend/etc/php.ini conforme a localização do seu arquivo php.ini
obs: feito no Linux
]]></description>
		<wfw:commentRss>http://www.skintech.com.br/blog/compilando-php-5x-com-timezonedb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
