<?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>CODI Ç &#187; Software Servidor</title>
	<atom:link href="http://www.codic.cat/category/software-servidor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codic.cat</link>
	<description>Blog de tecnologia en Català</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:44:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server</title>
		<link>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/</link>
		<comments>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:54:31 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Articles de Codi Ç]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5616</guid>
		<description><![CDATA[windows té moltes coses que no m&#8217;agraden. Mentre que a Linux, un cop l&#8217;has aprés, tot és clar i coherent, i les coses no canvien soles si no modifiques els arxius de configuració (que s&#8217;editen a mà), windows és un món multicolor on poden passar moltes coses no desitjades. Si tenim un servidor microsoft windows [...]]]></description>
			<content:encoded><![CDATA[<p>windows té moltes coses que no m&#8217;agraden.</p>
<p>Mentre que a Linux, un cop l&#8217;has aprés, tot és clar i coherent, i les coses no canvien soles si no modifiques els arxius de configuració (que s&#8217;editen a mà), windows és un món multicolor on poden passar moltes coses no desitjades.</p>
<p>Si tenim un servidor microsoft windows 2003 amb més d&#8217;una adreça ip i instal·lem el servidor web <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2h0dHBkLmFwYWNoZS5vcmcv" target=\"_blank\">Apache</a> o qualsevol altre, descobrirem que windows no permet fer que Internet Information Services (IIS, el servidor de microsoft) utilitzi només una ip.</p>
<p>Malgrat que li indiquem que utilitzi només una, intentarà escoltar per totes, i l&#8217;Apache no podrà arrencar, o bé si aquest s&#8217;executa abans, IIS no podrà arrencar perquè Apache estarà escoltant per una de les adreces Ip.</p>
<p>Aquí us adjunto un truc per a poder fer que IIS només escolti per alguna de les adreces Ip i no per totes.</p>
<p>Es tracta d&#8217;editar el registre com mostren les imatges.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDcvY29kaWMtY2F0LXdpbmRvd3MtMjAwMy1pbnRlcm5ldC1pbmZvcm1hdGlvbi1zZXJ2aWNlcy1paXMtaS1hcGFjaGUtd2luZG93cy1yZWdpc3RyeS5wbmc="><img class="aligncenter size-full wp-image-5618" title="codic-cat-windows-2003-internet-information-services-iis-i-apache-windows-registry" src="http://www.codic.cat/wp-content/uploads/2010/07/codic-cat-windows-2003-internet-information-services-iis-i-apache-windows-registry.png" alt="" width="647" height="438" /></a></p>
<p>La clau que editarem o afegirem és:</p>
<p>My Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\ Services\HTTP\Parameters\ListenOnlyList</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDcvY29kaWMtY2F0LXdpbmRvd3MtMjAwMy1pbnRlcm5ldC1pbmZvcm1hdGlvbi1zZXJ2aWNlcy1paXMtaS1hcGFjaGUtcmVnaXRlci5wbmc="><img class="aligncenter size-full wp-image-5619" title="codic-cat-windows-2003-internet-information-services-iis-i-apache-regiter" src="http://www.codic.cat/wp-content/uploads/2010/07/codic-cat-windows-2003-internet-information-services-iis-i-apache-regiter.png" alt="" width="353" height="313" /></a></p>
<p>És important deixar una línia en blanc. Si us fixeu en el cursos s&#8217;ha premut enter després de la darrera adreça Ip.</p>
<p>Indicant-li aquestes adreces, aquestes seran les úniques per a les que escoltarà el servidor web de microsoft i podrem fer que l&#8217;Apache o un altre servidor Web escolti de la resta d&#8217;ips del servidor.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5616" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/10 -- <a href="http://www.codic.cat/2010/07/10/catalunya-is-not-spain-10-de-juliol-de-2010-democracia-i-independencia/" title="Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència">Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li><li>2010/05/25 -- <a href="http://www.codic.cat/2010/05/25/actualitza-el-teu-estil-de-programacio-web-xhtml/" title="Actualitza el teu estil de programació web XHTML">Actualitza el teu estil de programació web XHTML</a> (0)</li><li>2010/05/17 -- <a href="http://www.codic.cat/2010/05/17/toshiba-camileo-s10-es-un-imant-magnet/" title="Toshiba Camileo S10 és un imant (magnet)">Toshiba Camileo S10 és un imant (magnet)</a> (2)</li><li>2010/05/09 -- <a href="http://www.codic.cat/2010/05/09/10-000-onu-ginebra/" title="10.000 a la ONU a Ginebra">10.000 a la ONU a Ginebra</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/linux-reiserfs-25-segmentation-fault/" title="Linux reiserfs 25 Segmentation fault">Linux reiserfs 25 Segmentation fault</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/llista-de-processadors-cpu-per-potencia/" title="Llista de processadors (CPU) per potència">Llista de processadors (CPU) per potència</a> (2)</li><li>2010/02/22 -- <a href="http://www.codic.cat/2010/02/22/consells-per-a-allargar-la-vida-del-vostre-ordinador/" title="Consells per a allargar la vida del vostre ordinador">Consells per a allargar la vida del vostre ordinador</a> (6)</li><li>2010/02/15 -- <a href="http://www.codic.cat/2010/02/15/la-competencia/" title="La competència">La competència</a> (1)</li><li>2010/02/10 -- <a href="http://www.codic.cat/2010/02/10/google-oferira-connexions-de-1-gbitsegon-en-algunes-poblacions-americanes/" title="Google oferirà connexions de 1 Gbit/segon en algunes poblacions americanes">Google oferirà connexions de 1 Gbit/segon en algunes poblacions americanes</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Apache Tomcat 6.0.29 (estable)</title>
		<link>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/</link>
		<comments>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:04:39 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Programari Lliure (Open Source)]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5613</guid>
		<description><![CDATA[El proppassat dia 22 s&#8217;alliberà Apache Tomcat, el servidor web per a Java programari lliure. Soluciona alguns errors (bugs). Podeu veure els canvis al changelog (històric de canvis entre versions). També us podria resultar interessant:2010/03/13 -- Alliberat Apache Tomcat 6.0.26 (0)2010/07/15 -- Alliberat Apache Tomcat 6.0.28 (0)2010/01/21 -- Alliberat Apache Tomcat 6.0.24 (0)2009/09/04 -- Alliberat [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDEvdG9tY2F0LmdpZg=="><img class="alignleft size-full wp-image-4365" title="tomcat" src="http://www.codic.cat/wp-content/uploads/2010/01/tomcat.gif" alt="" width="130" height="92" /></a>El proppassat dia 22 s&#8217;alliberà Apache Tomcat, el servidor web per a Java programari lliure.</p>
<p>Soluciona alguns errors (bugs).</p>
<p>Podeu veure els canvis al <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RvbWNhdC5hcGFjaGUub3JnL3RvbWNhdC02LjAtZG9jL2NoYW5nZWxvZy5odG1s" target=\"_blank\">changelog</a> (històric de canvis entre versions).</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5613" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/01/21 -- <a href="http://www.codic.cat/2010/01/21/alliberat-apache-tomcat-6-0-24/" title="Alliberat Apache Tomcat 6.0.24">Alliberat Apache Tomcat 6.0.24</a> (0)</li><li>2009/09/04 -- <a href="http://www.codic.cat/2009/09/04/alliberat-apache-tomcat-5-5-28-estable/" title="Alliberat Apache Tomcat 5.5.28 estable">Alliberat Apache Tomcat 5.5.28 estable</a> (0)</li><li>2009/03/15 -- <a href="http://www.codic.cat/2009/03/15/alliberada-nova-versio-de-java/" title="Alliberada nova versió de Java JRE">Alliberada nova versió de Java JRE</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li><li>2010/06/18 -- <a href="http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/" title="Alliberat Wordpress 3.0">Alliberat Wordpress 3.0</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Studio 7.2.1</title>
		<link>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/</link>
		<comments>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:14:53 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5609</guid>
		<description><![CDATA[Per a veure les novetats d&#8217;aquesta versió. Sobretot soluciona molts bugs. També us podria resultar interessant:2010/04/30 -- Alliberat Zend Studio 7.2 (0)2010/04/22 -- Alliberat Zend Server 5.0.1 (0)2010/03/12 -- Alliberat Zend Studio 7.1.2 (0)2010/01/20 -- Alliberat Zend Server 4.0.6 (crític) (0)2010/01/18 -- Alliberat Zend Studio 7.1.1 (0)2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/24 -- Alliberat Apache [...]]]></description>
			<content:encoded><![CDATA[<p>Per a veure les <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FwcC5uZXdzLnplbmQuY29tL2UvZXIuYXNweD9zPTcxNCZhbXA7bGlkPTIyOTImYW1wO2VscT04MDg0NjE5MzNlMGU0M2IzYjI4ZTY2YTBmNjczMGM1Yw==" target=\"_blank\">novetats d&#8217;aquesta versió</a>.</p>
<p>Sobretot soluciona molts bugs.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5609" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/22 -- <a href="http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/" title="Alliberat Zend Server 5.0.1">Alliberat Zend Server 5.0.1</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Apache Tomcat 6.0.28</title>
		<link>http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/</link>
		<comments>http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 07:01:37 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Apache Tomcat]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5565</guid>
		<description><![CDATA[El proppassat dia 9 s&#8217;alliberà la versió 6.0.28 (estable) d&#8217;Apache Tomcat. Aquí totes les novetats: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html També us podria resultar interessant:2010/07/24 -- Alliberat Apache Tomcat 6.0.29 (estable) (0)2010/03/13 -- Alliberat Apache Tomcat 6.0.26 (0)2010/01/21 -- Alliberat Apache Tomcat 6.0.24 (0)2009/09/04 -- Alliberat Apache Tomcat 5.5.28 estable (0)2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/19 -- Alliberat Zend [...]]]></description>
			<content:encoded><![CDATA[<p>El proppassat dia 9 s&#8217;alliberà la versió 6.0.28 (estable) d&#8217;Apache Tomcat.</p>
<p>Aquí totes les novetats:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RvbWNhdC5hcGFjaGUub3JnL3RvbWNhdC02LjAtZG9jL2NoYW5nZWxvZy5odG1s" target=\"_blank\">http://tomcat.apache.org/tomcat-6.0-doc/changelog.html</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5565" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li><li>2010/01/21 -- <a href="http://www.codic.cat/2010/01/21/alliberat-apache-tomcat-6-0-24/" title="Alliberat Apache Tomcat 6.0.24">Alliberat Apache Tomcat 6.0.24</a> (0)</li><li>2009/09/04 -- <a href="http://www.codic.cat/2009/09/04/alliberat-apache-tomcat-5-5-28-estable/" title="Alliberat Apache Tomcat 5.5.28 estable">Alliberat Apache Tomcat 5.5.28 estable</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li><li>2010/06/18 -- <a href="http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/" title="Alliberat Wordpress 3.0">Alliberat Wordpress 3.0</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/pdf-creator-1-0/" title="Alliberat PDF Creator 1.0">Alliberat PDF Creator 1.0</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</title>
		<link>http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/</link>
		<comments>http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:53:50 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Sql]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[Articles de Codi Ç]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Procediments emmagatzemats / Stored procedures]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5480</guid>
		<description><![CDATA[L&#8217;error 1064 quan creem un procediment emmagatzemat és bastant molest i difícil de descobrir-ne el perquè puix que apunta la primera línia de codi, i aquesta no té cap error. /* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;error 1064 quan creem un procediment emmagatzemat és bastant molest i difícil de descobrir-ne el perquè puix que apunta la primera línia de codi, i aquesta no té cap error.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDYvY29kaWMtY2F0LWVycm9yLTEwNjQtbXlzcWwucG5n"><img class="aligncenter size-full wp-image-5481" title="codic-cat-error-1064-mysql" src="http://www.codic.cat/wp-content/uploads/2010/06/codic-cat-error-1064-mysql.png" alt="" width="1249" height="554" /></a></p>
<p><strong>/* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8221; at line 8 */</strong></p>
<p>Aquest error és degut simplement a que MySql considera que on hi ha el punt i coma ; acaba la sentència.</p>
<p>Per tant es fa un embolic creient que acaba el procediment emmagatzemat (stored procedure).</p>
<p>La solució és tan simple com emprar <strong>DELIMITER</strong>.</p>
<p>Emprant davant de tot:</p>
<p><strong>DELIMITER // </strong></p>
<p>i al final:</p>
<p><strong>END //<br />
DELIMITER ;</strong></p>
<p>S&#8217;acaba el problema.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDYvY29kaWMtY2F0LWVycm9yLTEwNjQtbXlzcWwtZGVsaW1pdGVyLnBuZw=="><img class="aligncenter size-full wp-image-5482" title="codic-cat-error-1064-mysql-delimiter" src="http://www.codic.cat/wp-content/uploads/2010/06/codic-cat-error-1064-mysql-delimiter.png" alt="" width="771" height="554" /></a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5480" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/servidors-web-iis-i-apache-alhora-en-el-mateix-servidor-windows-2003-server/" title="Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server">Servidors web IIS i Apache alhora en el mateix servidor windows 2003 server</a> (0)</li><li>2010/07/10 -- <a href="http://www.codic.cat/2010/07/10/catalunya-is-not-spain-10-de-juliol-de-2010-democracia-i-independencia/" title="Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència">Catalunya is not spain. 10 de Juliol de 2010. Democràcia i Independència</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/05/29 -- <a href="http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/" title="Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql">Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql</a> (2)</li><li>2010/05/25 -- <a href="http://www.codic.cat/2010/05/25/actualitza-el-teu-estil-de-programacio-web-xhtml/" title="Actualitza el teu estil de programació web XHTML">Actualitza el teu estil de programació web XHTML</a> (0)</li><li>2010/05/17 -- <a href="http://www.codic.cat/2010/05/17/toshiba-camileo-s10-es-un-imant-magnet/" title="Toshiba Camileo S10 és un imant (magnet)">Toshiba Camileo S10 és un imant (magnet)</a> (2)</li><li>2010/05/09 -- <a href="http://www.codic.cat/2010/05/09/10-000-onu-ginebra/" title="10.000 a la ONU a Ginebra">10.000 a la ONU a Ginebra</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/linux-reiserfs-25-segmentation-fault/" title="Linux reiserfs 25 Segmentation fault">Linux reiserfs 25 Segmentation fault</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Subversion 1.6.12</title>
		<link>http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/</link>
		<comments>http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 19:57:46 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[CVS]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[SVN - Subversion]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5473</guid>
		<description><![CDATA[Fa uns minuts s&#8217;acaba d&#8217;alliberar la versió 1.6.12 del popular programari de control de versions Subversion. A més de 65 errors solucionats ofereix nombroses novetats. Podeu veure totes les novetats d&#8217;aquesta versió a la plana oficinal: http://subversion.apache.org/docs/release-notes/1.6.html També us podria resultar interessant:2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/24 -- Alliberat Apache Tomcat 6.0.29 (estable) (0)2010/07/19 -- [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5474" title="svn-square" src="http://www.codic.cat/wp-content/uploads/2010/06/svn-square.jpg" alt="" width="80" height="80" />Fa uns minuts s&#8217;acaba d&#8217;alliberar la versió 1.6.12 del popular programari de control de versions Subversion.</p>
<p>A més de 65 errors solucionats ofereix nombroses novetats.</p>
<p>Podeu veure totes les novetats d&#8217;aquesta versió a la plana oficinal:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3N1YnZlcnNpb24uYXBhY2hlLm9yZy9kb2NzL3JlbGVhc2Utbm90ZXMvMS42Lmh0bWw=" target=\"_blank\">http://subversion.apache.org/docs/release-notes/1.6.html</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5473" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/18 -- <a href="http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/" title="Alliberat Wordpress 3.0">Alliberat Wordpress 3.0</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/pdf-creator-1-0/" title="Alliberat PDF Creator 1.0">Alliberat PDF Creator 1.0</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/" title="Alliberat Proxy+ 4.0.430 (test)">Alliberat Proxy+ 4.0.430 (test)</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/05/27 -- <a href="http://www.codic.cat/2010/05/27/alliberat-slackware-13-1/" title="Alliberat Slackware 13.1">Alliberat Slackware 13.1</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat WordPress 3.0</title>
		<link>http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/</link>
		<comments>http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:31:11 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Catosfera]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[SEO - Optimització per a Cercadors / Search Engine Optimisations]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5468</guid>
		<description><![CDATA[WordPress alliberà ahir dia 17 la seva versió 3.0. Entre les novetats que ofereix hi ha 1.217 canvis entre millores i solució d&#8217;errors. Destaco la millora per als desenvolupadors amb unes llibreries (APIs) per a modificar fàcilment propietats dels temes com fons personalitzats, adreces curtes, menús, tipus de post i taxonomies. La idea és que [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-5470" title="2010-06-19-wordpress-3-0-nova-versió" src="http://www.codic.cat/wp-content/uploads/2010/06/2010-06-19-wordpress-3-0-nova-versio-300x79.png" alt="" width="300" height="79" />WordPress alliberà ahir dia 17 la seva versió 3.0.</p>
<p>Entre les novetats que ofereix hi ha 1.217 canvis entre millores i solució d&#8217;errors.</p>
<p>Destaco la millora per als desenvolupadors amb unes llibreries (APIs) per a modificar fàcilment propietats dels temes com fons personalitzats, adreces curtes, menús, tipus de post i taxonomies.</p>
<p>La idea és que no calgui editar fitxers manualment.</p>
<p>Quelcom molt d&#8217;agrair quan apareixen noves versions de wordpress amb plantilles (templates) més potents.</p>
<p>També és molt destacable la instal·lació multi-lloc (multi-site) que permet disposar d&#8217;infinit número de blocs sobre la mateixa instal·lació base i adreça ip.</p>
<p>Podeu veure el vídeo oficial a continuació:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZGV2ZWxvcG1lbnQvMjAxMC8wNi90aGVsb25pb3VzLw==" target=\"_blank\">WordPress bloc oficial</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5468" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/02/16 -- <a href="http://www.codic.cat/2010/02/16/alliberat-wordpress-2-9-2-seguretat/" title="Alliberat Wordpress 2.9.2 (seguretat)">Alliberat Wordpress 2.9.2 (seguretat)</a> (0)</li><li>2010/01/05 -- <a href="http://www.codic.cat/2010/01/05/alliberat-wordpress-2-9-1/" title="Alliberat Wordpress 2.9.1">Alliberat Wordpress 2.9.1</a> (0)</li><li>2009/12/19 -- <a href="http://www.codic.cat/2009/12/19/alliberat-worpress-2-9/" title="Alliberat Worpress 2.9">Alliberat Worpress 2.9</a> (0)</li><li>2009/12/17 -- <a href="http://www.codic.cat/2009/12/17/funcionalitats-de-wordpress-2-9-i-imminent-alliberament/" title="Funcionalitats de Wordpress 2.9 i imminent alliberament">Funcionalitats de Wordpress 2.9 i imminent alliberament</a> (2)</li><li>2009/10/19 -- <a href="http://www.codic.cat/2009/10/19/poti-poti-news-sistemes-operatius-os-seguretat/" title="Poti poti de notícies de seguretat">Poti poti de notícies de seguretat</a> (0)</li><li>2009/08/03 -- <a href="http://www.codic.cat/2009/08/03/alliberat-wordpres-2-8-3-actualitzacio-de-seguretat/" title="Alliberat Wordpres 2.8.3 (actualització de seguretat)">Alliberat Wordpres 2.8.3 (actualització de seguretat)</a> (0)</li><li>2009/06/11 -- <a href="http://www.codic.cat/2009/06/11/alliberada-la-versio-28-de-wordpress/" title="Alliberada la versió 2.8 de Wordpress">Alliberada la versió 2.8 de Wordpress</a> (0)</li><li>2009/03/02 -- <a href="http://www.codic.cat/2009/03/02/wordpress-271/" title="Wordpress 2.7.1">Wordpress 2.7.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat HeidiSql 5.1.0.3372</title>
		<link>http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/</link>
		<comments>http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 05:56:36 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Sql]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[HeidiSQL]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5435</guid>
		<description><![CDATA[Ahir es va alliberar la nova versió de HeidiSQL, la 5.1.0.3372. Aquesta nova versió soluciona alguns errors (bugs) i presenta noves funcionalitats. Podem editar valors de la graella de resultats d&#8217;una select, i també podem executar diverses consultes des del mateix quadre d&#8217;sql de cop, i s&#8217;obren cadascuna en una pestanya (tab). Properament això s&#8217;implementarà [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5436" title="heidisql-5-1-serverdetails" src="http://www.codic.cat/wp-content/uploads/2010/06/heidisql-5-1-serverdetails.png" alt="" width="355" height="295" />Ahir es va alliberar la nova versió de <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5oZWlkaXNxbC5jb20=" target=\"_blank\">HeidiSQL</a>, la 5.1.0.3372.</p>
<p>Aquesta nova versió soluciona alguns errors (bugs) i presenta noves funcionalitats.</p>
<p>Podem editar valors de la graella de resultats d&#8217;una select, i també podem executar diverses consultes des del mateix quadre d&#8217;sql de cop, i s&#8217;obren cadascuna en una pestanya (tab).</p>
<p><img class="aligncenter size-full wp-image-5437" title="heidisql-multiresults" src="http://www.codic.cat/wp-content/uploads/2010/06/heidisql-multiresults.png" alt="" width="498" height="268" /></p>
<p>Properament això s&#8217;implementarà també per als procediments emmagatzemats (stored procedures).</p>
<p>Una altra funcionalitat interessant és que a baix s&#8217;ofereixen unes quantes estadístiques de rendiment del servidor.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5435" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2010/03/29 -- <a href="http://www.codic.cat/2010/03/29/alliberat-heidi-sql-5-0/" title="Alliberat Heidi Sql 5.0">Alliberat Heidi Sql 5.0</a> (0)</li><li>2009/03/18 -- <a href="http://www.codic.cat/2009/03/18/alliberat-mysql-5132/" title="Alliberat MySql 5.1.32">Alliberat MySql 5.1.32</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql</title>
		<link>http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/</link>
		<comments>http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:47:06 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Trucs / Tips and tricks]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5395</guid>
		<description><![CDATA[Un dia em vaig trobar amb una base de dades MySql que tenia mal fixats els collations (transformacions per a tipus de caracters). Canviar-ho camp per camp, taula per taula, representava una feina molt feixuga. Vaig trobar aquesta eina gratuita, en PHP, pensada per a fer-la anar des del nostra servidor web que fa el fet: [...]]]></description>
			<content:encoded><![CDATA[<p>Un dia em vaig trobar amb una base de dades MySql que tenia mal fixats els collations (transformacions per a tipus de caracters).</p>
<p>Canviar-ho camp per camp, taula per taula, representava una feina molt feixuga.</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDUvMjAxMC0wNS0yNS1waG9jYS1jb2xsYXRpb24tdG9vbC5wbmc="><img class="alignleft size-medium wp-image-5396" title="2010-05-25-phoca-collation-tool" src="http://www.codic.cat/wp-content/uploads/2010/05/2010-05-25-phoca-collation-tool-300x242.png" alt="" width="300" height="242" /></a>Vaig trobar aquesta eina gratuita, en PHP, pensada per a fer-la anar des del nostra servidor web que fa el fet:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waG9jYS5jei9kb3dubG9hZC9jYXRlZ29yeS8xNy1waG9jYS1jaGFuZ2luZy1jb2xsYXRpb24tdG9vbA==" target=\"_blank\">phoca-changing-collation-tool</a></p>
<p>Des d&#8217;allí hi podeu descarregar un arxiu zip que conté el codi PHP pensat per a executar-lo des d&#8217;un servidor web.</p>
<p>Tot i això res no impediria pas de fer servir el mateix programa des de línia de comandes amb l&#8217; intèrpret PHP amb unes petitones modificacions.</p>
<p>Assumint el seu ús mitjançant un servidor web, si teniu moltes taules haureu de canviar el màxim temps d&#8217;execució de PHP puix que la operació durà temps.</p>
<p>Un avantatge del codi obert és que pots saber exactament què fa i evitar sorpreses desagradables.</p>
<p>Us adjunto el codi php de la eina per si mai deixés d&#8217;estar disponible:</p>
<pre class="brush: php">&lt;?PHP
/*
* @tool	Phoca Changing Collation
* @Changing collation of database, tables and columns
* @Run this script only at your own risk. If you have a big database
* @you need to change the script execution time in your php
* @copyright (C) Jan Pavelka www.phoca.cz (http://www.phoca.cz)
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @based on script from http://php.vrana.cz/ - Author - Jakub Vrana
* @license http://creativecommons.org/licenses/by/2.5/
* @Creative Commons Attribution 2.5 Generic
*/
?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;meta name="robots" content="index, follow" /&gt;
&lt;meta name="keywords" content="phoca, server unzip" /&gt;
&lt;meta name="description" content="Phoca Server Unzip tool" /&gt;
&lt;meta name="generator" content="www.phoca.cz" /&gt;
&lt;title&gt;Phoca Server Unzip tool&lt;/title&gt;
&lt;style type="text/css"&gt;
    body {font-family: Arial, sans-serif; font-size: 10px; color: #000000 ;}
    h1 a {color:#006699;text-decoration:none;}
    #info {position: relative;float:right; top:10px; right:10px; text-align:right;margin-bottom:10px;}
    .error {font-weight:bold;color:#c10000}
    .warning {font-weight:bold;color:#ff8102}
    .success {font-weight:bold;color:#008040}
    .window {position:relative;top:10px;left:10px;width:95%;padding:5px;height:300px; overflow:auto;border:1px solid #000;background:#fbfbfb;clear:both;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="info"&gt;
    &lt;img src="assets/phoca-logo.png" alt="Phoca" /&gt;&lt;br /&gt;
    &lt;a href="http://www.phoca.cz/"&gt;www.phoca.cz&lt;/a&gt;&lt;br /&gt;
    &lt;a href="http://www.phoca.cz/forum"&gt;www.phoca.cz/forum&lt;/a&gt;
&lt;/div&gt;
&lt;h1&gt;&lt;a href="index.php"&gt;Phoca Changing Collation tool&lt;/a&gt;&lt;/h1&gt;
&lt;?php
    function start_db($mysqlhost,$mysqldatabase, $mysqluser, $mysqlpass)
    {
        global $conn;
        $conn = mysql_connect($mysqlhost, $mysqluser, $mysqlpass);
        if (!$conn)
        {
           echo '&lt;a href="index.php"&gt;Back to the main site&lt;/a&gt;&lt;br /&gt;';
           die('Database error.');
        }
        $select = mysql_select_db($mysqldatabase, $conn);
        if (!$select)
        {
           echo '&lt;a href="index.php" &gt;Back to the main site&lt;/a&gt;&lt;br /&gt;';
           die('Database error.');
        }
    }
    function end_db ($conn)
    {
        mysql_close($conn);
    }
if (   isset($_POST['host'])
    &amp;&amp; isset($_POST['user'])
    &amp;&amp; isset($_POST['pass'])
    &amp;&amp; isset($_POST['name'])
    &amp;&amp; isset($_POST['col']))
{
    $mysqlhost 		= $_POST['host'];
    $mysqluser 		= $_POST['user'];
    $mysqlpass 		= $_POST['pass'];
    $mysqldatabase 	= $_POST['name'];
    $collation 		= $_POST['col'];
    // Change the time -------------------------------------
    $changedMaxExecTime		= 0;
    $standardMaxExecTime 	= ini_get('max_execution_time');
    if ($standardMaxExecTime != 0  &amp;&amp; $standardMaxExecTime &lt; 120) {
        set_time_limit(120);
        $changedMaxExecTime	= 1;
    }
    // -----------------------------------------------------
    start_db($mysqlhost,$mysqldatabase, $mysqluser, $mysqlpass);
    //Start code from http://php.vrana.cz/ - Author - Jakub Vrana
    function mysql_convert($query) {
        echo '&lt;div&gt;' . $query . ' ... &lt;span style="color:#26d92b;"&gt;OK&lt;/span&gt;&lt;/div&gt;';
    return mysql_query($query);
    }
    echo '&lt;div&gt;&lt;/div&gt;';
    echo '&lt;div&gt;';
    mysql_convert("ALTER DATABASE $mysqldatabase COLLATE $collation");
    $result = mysql_query("SHOW TABLES");
    while ($row = mysql_fetch_row($result)) {
        mysql_convert("ALTER TABLE $row[0] COLLATE $collation");
        $result1 = mysql_query("SHOW COLUMNS FROM $row[0]");
        while ($row1 = mysql_fetch_assoc($result1)) {
            if (preg_match('~char|text|enum|set~', $row1["Type"])) {
                mysql_convert("ALTER TABLE $row[0] MODIFY $row1[Field] $row1[Type] CHARACTER SET binary");
                mysql_convert("ALTER TABLE $row[0] MODIFY $row1[Field] $row1[Type] COLLATE $collation" . ($row1["Null"] ? "" : " NOT NULL") . ($row1["Default"] &amp;&amp; $row1["Default"] != "NULL" ? " DEFAULT '$row1[Default]'" : ""));
            }
        }
    }
    echo '&lt;/div&gt;';
    mysql_free_result($result);
    //End code from http://php.vrana.cz/ - Author - Jakub Vrana
    end_db($conn);
    echo '&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;a href="index.php"&gt;Back to the main page&lt;/a&gt;';
    // Set back the time --------------------
    if ($changedMaxExecTime == 1) {
        set_time_limit($standardMaxExecTime);
    }
    // --------------------------------------
}
else
{
    ?&gt;
    &lt;h2&gt;Change database collation (DATABASE, TABLES, COLUMNS)&lt;/h2&gt;
    &lt;form action="index.php" method="post"&gt;
    &lt;table&gt;
    &lt;tr&gt;&lt;td&gt;Database Host&lt;/td&gt;&lt;td&gt;&lt;input type="text" name="host" value="localhost" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Database User&lt;/td&gt;&lt;td&gt;&lt;input type="text" name="user" value="username" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Database Password&lt;/td&gt;&lt;td&gt;&lt;input type="password" name="pass" value="password" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Database Name&lt;/td&gt;&lt;td&gt;&lt;input type="text" name="name" value="database name" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;Database Collation&lt;/td&gt;&lt;td&gt;&lt;input type="text" name="col" value="utf8_general_ci" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type="submit" value="Submit" /&gt;&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;
    &lt;/form&gt;
    &lt;?php
}
?&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5395" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li><li>2009/12/24 -- <a href="http://www.codic.cat/2009/12/24/wamp-server/" title="WAMP">WAMP</a> (0)</li><li>2009/04/21 -- <a href="http://www.codic.cat/2009/04/21/oracle-compra-sun-microsystems/" title="Oracle compra Sun Microsystems">Oracle compra Sun Microsystems</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/24 -- <a href="http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/" title="Solució de problemes amb WAMP i PHP 5.3.x">Solució de problemes amb WAMP i PHP 5.3.x</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Studio 7.2</title>
		<link>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/</link>
		<comments>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 17:42:24 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5069</guid>
		<description><![CDATA[Zend presentà ahir Zend Studio 7.2. L&#8217;entorn preparat per a programar en PHP amb el framework Zend. De fet el framework Zend l&#8217;han creat els pares de PHP, encara que curiosament Zend framework és gratuït però no programari lliure. Podeu veure la notícia i descarregar-lo a la seva web: http://app.news.zend.com/e/es.aspx?s=714&#38;e=88621 Em fa molta gràcia que [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5070" title="ZendStudioSS2" src="http://www.codic.cat/wp-content/uploads/2010/04/ZendStudioSS2.gif" alt="" width="350" height="261" />Zend presentà ahir Zend Studio 7.2.</p>
<p>L&#8217;entorn preparat per a programar en PHP amb el framework Zend.</p>
<p>De fet el framework Zend l&#8217;han creat els pares de PHP, encara que curiosament Zend framework és gratuït però no programari lliure.</p>
<p>Podeu veure la notícia i descarregar-lo a la seva web:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FwcC5uZXdzLnplbmQuY29tL2UvZXMuYXNweD9zPTcxNCZhbXA7ZT04ODYyMQ==" target=\"_blank\">http://app.news.zend.com/e/es.aspx?s=714&amp;e=88621</a></p>
<p>Em fa molta gràcia que aquesta adreça sigui un .aspx , que és la que fa servir microsoft .net.</p>
<p>Quan tingui un moment investigaré si es tracta d&#8217;un servidor web de microsoft (que em sorprendria molt) o simplement han mapejat l&#8217;extensió .aspx a PHP amb un gran sentit de l&#8217;humor.</p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5069" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/04/22 -- <a href="http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/" title="Alliberat Zend Server 5.0.1">Alliberat Zend Server 5.0.1</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/01/15 -- <a href="http://www.codic.cat/2010/01/15/petita-guia-de-zend-framework/" title="Petita guia de Zend Framework">Petita guia de Zend Framework</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li><li>2009/11/21 -- <a href="http://www.codic.cat/2009/11/21/alliberat-php-5-3-1/" title="Alliberat PHP 5.3.1">Alliberat PHP 5.3.1</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solució de problemes amb WAMP i PHP 5.3.x</title>
		<link>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/</link>
		<comments>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:57:21 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5034</guid>
		<description><![CDATA[Si treballeu amb WAMP Wampserver 2.oi amb el mòdul de PHP 5.2.11,  us podeu haver trobat amb un error que fa que qualsevol versió de PHP 5.3.x falli. En alguns webs he trobat que això es deu a que manca una llibreria (DLL), nogensmenys wampserver base amb PHP 5.3.0 sense el 5.2.11 funciona perfectament jo [...]]]></description>
			<content:encoded><![CDATA[<p>Si treballeu amb <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RpYy5jYXQvMjAwOS8xMi8yNC93YW1wLXNlcnZlci8=" target=\"_blank\">WAMP</a> Wampserver 2.oi amb el mòdul de PHP 5.2.11,  us podeu haver trobat amb un error que fa que qualsevol versió de PHP 5.3.x falli.</p>
<p>En alguns webs he trobat que això es deu a que manca una llibreria (DLL), nogensmenys wampserver base amb PHP 5.3.0 sense el 5.2.11 funciona perfectament jo ho he pogut solucionar instal·lant el paquet original de PHP, el darrer a data de 24 d&#8217;Abril de 2010, <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0L2FyY2hpdmUvMjAxMC5waHAjaWQyMDEwLTAzLTA0LTE=" target=\"_blank\">PHP 5.3.2</a>.</p>
<p>En el meu cas l&#8217;he instal·lat a C:\PHP mentre que els de WAMP són a c:\wamp\bin\php\ per exemple C:\wamp\bin\php\php5.3.0.</p>
<p>Ara bé, quan inicieu Wamp haureu de tenir cura ja que el PHP.INI que carregarà serà el de C:\PHP.</p>
<p>Això ho podeu revisar amb un phpinfo, si no sabeu què és, es tracta d&#8217;una funció que envia al navegador tota la informació de configuració de PHP:</p>
<pre class="brush: php;">&lt;?php

// Mostra tota la informació, INFO_ALL
phpinfo();

// Si només volguéssim dels mòduls, INFO_MODULES
// phpinfo(8) és el mateix.
phpinfo(INFO_MODULES);

?&gt;</pre>
<p><img class="aligncenter size-full wp-image-5035" title="2010-04-23-loaded-configuration-file-php_info" src="http://www.codic.cat/wp-content/uploads/2010/04/2010-04-23-loaded-configuration-file-php_info.png" alt="" width="631" height="225" /></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5034" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2009/12/24 -- <a href="http://www.codic.cat/2009/12/24/wamp-server/" title="WAMP">WAMP</a> (0)</li><li>2010/05/29 -- <a href="http://www.codic.cat/2010/05/29/truc-actualitzar-els-collations-de-totes-les-taules-duna-base-de-dades-mysql/" title="Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql">Truc: Actualitzar els collations de totes les taules d&#8217;una base de dades MySql</a> (2)</li><li>2010/05/16 -- <a href="http://www.codic.cat/2010/05/16/trucs-per-a-eclipse/" title="Trucs per a Eclipse">Trucs per a Eclipse</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/03/21 -- <a href="http://www.codic.cat/2010/03/21/instal-lacio-eclipse-windows-php/" title="Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows">Programació en PHP: Instal·lació d&#8217;Eclipse per a Windows</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2010/01/15 -- <a href="http://www.codic.cat/2010/01/15/petita-guia-de-zend-framework/" title="Petita guia de Zend Framework">Petita guia de Zend Framework</a> (0)</li><li>2010/01/08 -- <a href="http://www.codic.cat/2010/01/08/php-veure-les-columnes-duna-taula/" title="PHP Veure les columnes d&#8217;una taula">PHP Veure les columnes d&#8217;una taula</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/24/problemes-wamp-php-5-3-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Server 5.0.1</title>
		<link>http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/</link>
		<comments>http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 22:00:20 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5018</guid>
		<description><![CDATA[S&#8217;acaba d&#8217;alliberar la versió 5.0.1 de Zend Server. És una versió de manteniment que actualitza PHP a la versió 5.2.13 o a la versió 5.3.2 i el Framework de Zend a la versió 1.10.3. També soluciona alguns problemes de seguretat. Es pot descarregar des de: http://www.zend.com/products/server/downloads També us podria resultar interessant:2010/07/19 -- Alliberat Zend Studio [...]]]></description>
			<content:encoded><![CDATA[<p>S&#8217;acaba d&#8217;alliberar la versió 5.0.1 de Zend Server.</p>
<p>És una versió de manteniment que actualitza PHP a la versió 5.2.13 o a la versió 5.3.2 i el Framework de Zend a la versió 1.10.3.</p>
<p>També soluciona alguns problemes de seguretat.</p>
<p>Es pot descarregar des de:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy56ZW5kLmNvbS9wcm9kdWN0cy9zZXJ2ZXIvZG93bmxvYWRz">http://www.zend.com/products/server/downloads</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5018" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/21 -- <a href="http://www.codic.cat/2010/06/21/alliberat-subversion-1-6-12/" title="Alliberat Subversion 1.6.12">Alliberat Subversion 1.6.12</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat HeidiSql 5.1</title>
		<link>http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/</link>
		<comments>http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:04:51 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[HeidiSQL]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programari windows]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=5007</guid>
		<description><![CDATA[El proppassat dia 15 s&#8217;alliberà la versió 5.1 de HeidiSQL. HeidiSQL és un programari lliure que permet treballar amb servidors de bases de dades MySql. Aquesta versió, estable, soluciona alguns problemes (bugs) i incorpora noves funcionalitats. La que més m&#8217;agrada és que quan s&#8217;executa un procediment emmagatzemat (stored procedure) des del menú contextual, el programa [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5008" title="2010-04-15-heidi-sql-5-1" src="http://www.codic.cat/wp-content/uploads/2010/04/2010-04-15-heidi-sql-5-1.png" alt="" width="400" height="378" />El proppassat dia 15 s&#8217;alliberà la versió 5.1 de HeidiSQL.</p>
<p>HeidiSQL és un programari lliure que permet treballar amb servidors de bases de dades MySql.</p>
<p>Aquesta versió, estable, soluciona alguns problemes (bugs) i incorpora noves funcionalitats.</p>
<p>La que més m&#8217;agrada és que quan s&#8217;executa un procediment emmagatzemat (stored procedure) des del menú contextual, el programa ens demanarà en una finestra els paràmetres per al procediment.</p>
<p>El podeu descarregar de la seva web:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5oZWlkaXNxbC5jb20v" target=\"_blank\">http://www.heidisql.com/</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=5007" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/03/29 -- <a href="http://www.codic.cat/2010/03/29/alliberat-heidi-sql-5-0/" title="Alliberat Heidi Sql 5.0">Alliberat Heidi Sql 5.0</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/pdf-creator-1-0/" title="Alliberat PDF Creator 1.0">Alliberat PDF Creator 1.0</a> (0)</li><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-proxy-4-0-430-test/" title="Alliberat Proxy+ 4.0.430 (test)">Alliberat Proxy+ 4.0.430 (test)</a> (0)</li><li>2010/04/04 -- <a href="http://www.codic.cat/2010/04/04/pdf-creator/" title="PDF Creator">PDF Creator</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/" title="Alliberat Drupal 6.16">Alliberat Drupal 6.16</a> (0)</li><li>2009/09/01 -- <a href="http://www.codic.cat/2009/09/01/alliberat-asterisk-1-6-0-14-i-1-6-1-5/" title="Alliberat Asterisk 1.6.0.14 i 1.6.1.5">Alliberat Asterisk 1.6.0.14 i 1.6.1.5</a> (0)</li><li>2009/04/21 -- <a href="http://www.codic.cat/2009/04/21/oracle-compra-sun-microsystems/" title="Oracle compra Sun Microsystems">Oracle compra Sun Microsystems</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Heidi Sql 5.0</title>
		<link>http://www.codic.cat/2010/03/29/alliberat-heidi-sql-5-0/</link>
		<comments>http://www.codic.cat/2010/03/29/alliberat-heidi-sql-5-0/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:07:51 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Bases de Dades / Databases]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[HeidiSQL]]></category>
		<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4846</guid>
		<description><![CDATA[El proppassat dia 26 s&#8217;alliberà d&#8217;aquest potent  gestor gratuït de bases de dades MySql. És similar al conegut TOAD per a Oracle, però per a MySQL,  nogensmenys peta molt menys que toad i és programari lliure (open source). Està disponible per a Windows, però corre perfectament sota WINE (Windows Emulator). Ahir no vaig comentar que [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4847" title="heidi-mysql" src="http://www.codic.cat/wp-content/uploads/2010/03/heidi-mysql.png" alt="" width="400" height="378" />El proppassat dia 26 s&#8217;alliberà d&#8217;aquest potent  gestor gratuït de bases de dades MySql.</p>
<p>És similar al conegut TOAD per a Oracle, però per a MySQL,  nogensmenys peta molt menys que toad i és programari lliure (open source).</p>
<p>Està disponible per a Windows, però corre perfectament sota WINE (Windows Emulator).</p>
<p>Ahir no vaig comentar que no es tracta de la versió final sinó d&#8217;una beta (nightly build), nogensmenys la versió anterior beta només m&#8217;ha fallat un cop.</p>
<p>El podeu descarregar des de la seva plana web:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5oZWlkaXNxbC5jb20v" target=\"_blank\">http://www.heidisql.com/</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4846" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/06/04 -- <a href="http://www.codic.cat/2010/06/04/alliberat-heidisql-5-1-0-3372/" title="Alliberat HeidiSql 5.1.0.3372">Alliberat HeidiSql 5.1.0.3372</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2009/03/18 -- <a href="http://www.codic.cat/2009/03/18/alliberat-mysql-5132/" title="Alliberat MySql 5.1.32">Alliberat MySql 5.1.32</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/28 -- <a href="http://www.codic.cat/2010/07/28/mydebugger-un-depurador-debugger-per-a-mysql/" title="MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql">MyDebugger &#8211; Un depurador de procediments emmagatzemats (stored procedures) per a MySql</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/07/17 -- <a href="http://www.codic.cat/2010/07/17/alliberat-gimp-2-6-10/" title="Alliberat GIMP 2.6.10">Alliberat GIMP 2.6.10</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/06/25 -- <a href="http://www.codic.cat/2010/06/25/solucio-error-mysql-1064-creant-un-procediment-emmagatzemat-stored-procedure/" title="Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)">Solució error MySql 1064 creant un procediment emmagatzemat (stored procedure)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/29/alliberat-heidi-sql-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Apache Tomcat 6.0.26</title>
		<link>http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/</link>
		<comments>http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 07:00:52 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Servidors Web]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4767</guid>
		<description><![CDATA[S&#8217;ha presentat la versió 6.0.26 del servidor d&#8217;aplicacions que soluciona diversos problemes de seguretat, entre ells un de molt greu present a la versió 6.0.25. Podeu veure tots els errors solucionats aquí: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html També us podria resultar interessant:2010/07/24 -- Alliberat Apache Tomcat 6.0.29 (estable) (0)2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/15 -- Alliberat Apache Tomcat 6.0.28 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4365" title="tomcat" src="http://www.codic.cat/wp-content/uploads/2010/01/tomcat.gif" alt="" width="130" height="92" />S&#8217;ha presentat la versió 6.0.26 del servidor d&#8217;aplicacions que soluciona diversos problemes de seguretat, entre ells un de molt greu present a la versió 6.0.25.</p>
<p>Podeu veure tots els errors solucionats aquí:</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3RvbWNhdC5hcGFjaGUub3JnL3RvbWNhdC02LjAtZG9jL2NoYW5nZWxvZy5odG1s" target=\"_blank\">http://tomcat.apache.org/tomcat-6.0-doc/changelog.html</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4767" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/15 -- <a href="http://www.codic.cat/2010/07/15/alliberat-apache-tomcat-6-0-28/" title="Alliberat Apache Tomcat 6.0.28">Alliberat Apache Tomcat 6.0.28</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li><li>2010/03/12 -- <a href="http://www.codic.cat/2010/03/12/zend-studio-7-1-2/" title="Alliberat Zend Studio 7.1.2">Alliberat Zend Studio 7.1.2</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/" title="Alliberat Drupal 6.16">Alliberat Drupal 6.16</a> (0)</li><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Zend Studio 7.1.2</title>
		<link>http://www.codic.cat/2010/03/12/zend-studio-7-1-2/</link>
		<comments>http://www.codic.cat/2010/03/12/zend-studio-7-1-2/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:35:21 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari gratuït (no lliure)]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4764</guid>
		<description><![CDATA[Incorpora la versió del Zend Framework 1.10.1. Aquí hi ha la llista de tots els problemes solucionats (que són un munt) http://static.zend.com/topics/Zend-Studio-7-1-2-Change-Log.txt També us podria resultar interessant:2010/01/20 -- Alliberat Zend Server 4.0.6 (crític) (0)2010/01/18 -- Alliberat Zend Studio 7.1.1 (0)2010/07/30 -- Alliberat Wordpress 3.0.1 (0)2010/07/19 -- Alliberat Zend Studio 7.2.1 (0)2010/05/11 -- Alliberat Firebug 1.5.4 [...]]]></description>
			<content:encoded><![CDATA[<p>Incorpora la versió del Zend Framework 1.10.1.</p>
<p>Aquí hi ha la llista de tots els problemes solucionats (que són un munt)</p>
<p><a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3N0YXRpYy56ZW5kLmNvbS90b3BpY3MvWmVuZC1TdHVkaW8tNy0xLTItQ2hhbmdlLUxvZy50eHQ=">http://static.zend.com/topics/Zend-Studio-7-1-2-Change-Log.txt</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4764" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2010/01/18 -- <a href="http://www.codic.cat/2010/01/18/alliberat-zend-studio-7-1-1/" title="Alliberat Zend Studio 7.1.1">Alliberat Zend Studio 7.1.1</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/07/19 -- <a href="http://www.codic.cat/2010/07/19/alliberat-zend-studio-7-2-1/" title="Alliberat Zend Studio 7.2.1">Alliberat Zend Studio 7.2.1</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/22 -- <a href="http://www.codic.cat/2010/04/22/alliberat-zend-server-5-0-1/" title="Alliberat Zend Server 5.0.1">Alliberat Zend Server 5.0.1</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/12/zend-studio-7-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat Drupal 6.16</title>
		<link>http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/</link>
		<comments>http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 22:55:56 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Programari en Català]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4752</guid>
		<description><![CDATA[El proppassat dia 4 fou alliberat Drupal 6.16. Drupal és un programari lliure, gestor de continguts (Content Management System). Aquesta nova versió soluciona molts errors, però sobretot evita uns forats de seguretats força greus descoberts darrerament. Veure: Anunci oficial de Drupal També us podria resultar interessant:2010/01/20 -- Alliberat Zend Server 4.0.6 (crític) (0)2009/10/20 -- Actualització [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4753" title="logo-drupal" src="http://www.codic.cat/wp-content/uploads/2010/03/logo-drupal.png" alt="" width="255" height="90" />El proppassat dia 4 fou alliberat Drupal 6.16.</p>
<p>Drupal és un programari lliure, gestor de continguts (Content Management System).</p>
<p>Aquesta nova versió soluciona <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RydXBhbC5vcmcvbm9kZS83MzE3MTA=" target=\"_blank\">molts errors</a>, però sobretot evita uns forats de seguretats força greus descoberts darrerament.</p>
<p>Veure: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RydXBhbC5vcmcvbm9kZS83MzIwMDA=" target=\"_blank\">Anunci oficial de Drupal</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4752" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/01/20 -- <a href="http://www.codic.cat/2010/01/20/alliberat-zend-server-4-0-6-critic/" title="Alliberat Zend Server 4.0.6 (crític)">Alliberat Zend Server 4.0.6 (crític)</a> (0)</li><li>2009/10/20 -- <a href="http://www.codic.cat/2009/10/20/wordpress-2-8-5-security/" title="Actualització Wordpress 2.8.5 (seguretat)">Actualització Wordpress 2.8.5 (seguretat)</a> (1)</li><li>2009/09/25 -- <a href="http://www.codic.cat/2009/09/25/greu-problema-seguretat-programari-control-versions-repositori-svn-subversion/" title="Greu problema de seguretat en el programari de control de versions, projectes i repositori de codis fonts SVN (Subversion)">Greu problema de seguretat en el programari de control de versions, projectes i repositori de codis fonts SVN (Subversion)</a> (0)</li><li>2009/08/21 -- <a href="http://www.codic.cat/2009/08/21/alliberat-mozilla-thunderbird-2-0-0-23-critic/" title="Alliberat Mozilla Thunderbird 2.0.0.23 (crític)">Alliberat Mozilla Thunderbird 2.0.0.23 (crític)</a> (1)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/17 -- <a href="http://www.codic.cat/2010/04/17/alliberat-heidisql-5-1/" title="Alliberat HeidiSql 5.1">Alliberat HeidiSql 5.1</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/27 -- <a href="http://www.codic.cat/2010/03/27/hack-a-liphone-que-permetria-a-un-hacker-tenir-tots-els-sms-fins-i-tot-els-esborrats/" title="Hack a l&#8217;iPhone que permetria a un hacker tenir tots els sms (fins i tot els esborrats)">Hack a l&#8217;iPhone que permetria a un hacker tenir tots els sms (fins i tot els esborrats)</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/06/alliberat-drupal-6-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat PHP 5.3.2</title>
		<link>http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/</link>
		<comments>http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 11:38:25 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Programació]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4744</guid>
		<description><![CDATA[El proppassat dia 4 s&#8217;alliberà la versió 5.3.2 de PHP. En aquesta nova versió de l&#8217;estès i potent llenguatge de programació (programari lliure), s&#8217;han solucionat més 70 errors (bugs), hi ha noves funcionalitats, i actualitzacions per suportar noves llibreries com: Algunes de les novetats que destaco: Actualitzat el paquet sqlite a la versió 3.6.22. (Ilia) Actualitzat [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-319" title="php" src="http://www.codic.cat/wp-content/uploads/2009/03/php.gif" alt="" width="120" height="67" />El proppassat dia 4 s&#8217;alliberà la versió 5.3.2 de PHP.</p>
<p>En aquesta nova versió de l&#8217;estès i potent llenguatge de programació (programari lliure), s&#8217;han solucionat més 70 errors (bugs), hi ha noves funcionalitats, i actualitzacions per suportar noves llibreries com:</p>
<p>Algunes de les novetats que destaco:</p>
<ul>
<li>Actualitzat el paquet sqlite a la versió 3.6.22. (Ilia)</li>
<li>Actualitzat el paquet libmagic a la versió 5.03. (Mikko)</li>
<li>Actualitzat el paquet PCRE a la versió 8.00. (Scott)</li>
<li>Actualitzada la base de dades d&#8217;ús horari (timezone) a la versió 2010.3. (Derick)</li>
<li>Millorada LCG entropy. (Rasmus, Samy Kamkar)</li>
<li>Millorat el suport de crypt per a casos extems (edge cases). (Compatibilitat UFC). (Solar Designer, Joey, Pierre)</li>
<li>Canviat gmp_strval() per a usar el rang complet de 2 a 62, i -2 a -36. FR #50283 (David Soria Parra)</li>
<li>Canviada la directiva &#8220;post_max_size&#8221; a php.ini per a permetre tamany il·limitat fixant el valor a 0. (Rasmus)</li>
<li>Canviada la classe tidyNode class per a no permetre la creació d&#8217;un node manualment. (Pierrick) (<strong>Nota:</strong> no entec perquè han fet això)</li>
<li>El·liminat el desbloqueig automàtic del descriptor de fitxer quan s&#8217;apaga o el corrent es perd (per a tots els sistemes operatius). (Tony, Ilia)</li>
<li>Afegit suport per a libpng 1.4.0 . (Pierre)</li>
<li>Afegir suport per a DISABLE_AUTHENTICATOR a imap_open. (Pierre)</li>
<li>Afegit la validació de host, que mancava, per a les adreces url HTTP dins de FILTER_VALIDATE_URL. (Ilia)</li>
<li>Afegit stream_resolve_include_path(). (Mikko)</li>
<li>Afegit suport a INTERNALDATE per a imap_append. (nick at mailtrust dot com)</li>
<li>Afegit suport per a SHA-256 i SHA-512 al crypt de PHP. (Pierre)</li>
</ul>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VzLnBocC5uZXQvQ2hhbmdlTG9nLTUucGhwIzUuMy4y" target=\"_blank\">PHP ChangeLog</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4744" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/02/26 -- <a href="http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/" title="Alliberat PHP 5.2.13">Alliberat PHP 5.2.13</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li><li>2009/09/20 -- <a href="http://www.codic.cat/2009/09/20/alliberat-php-5-2-11/" title="Alliberat PHP 5.2.11">Alliberat PHP 5.2.11</a> (0)</li><li>2009/06/25 -- <a href="http://www.codic.cat/2009/06/25/alliberat-php-5-2-10/" title="Alliberat PHP 5.2.10">Alliberat PHP 5.2.10</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat PHP 5.2.13</title>
		<link>http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/</link>
		<comments>http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:23:57 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programari Lliure]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[Alliberada]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4685</guid>
		<description><![CDATA[Fa unes hores s&#8217;ha alliberat PHP en la seva versió 5.2.13. Aquest versió de la línia 5.2 fa èmfasi en la estabilitat i soluciona més de 40 errors (bugs). Via: PHP web oficial També us podria resultar interessant:2010/03/06 -- Alliberat PHP 5.3.2 (0)2009/12/18 -- Alliberat PHP 5.2.12 (0)2009/09/20 -- Alliberat PHP 5.2.11 (0)2009/06/25 -- Alliberat [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-319" title="php" src="http://www.codic.cat/wp-content/uploads/2009/03/php.gif" alt="" width="120" height="67" />Fa unes hores s&#8217;ha alliberat PHP en la seva versió 5.2.13.</p>
<p>Aquest versió de la línia 5.2 fa èmfasi en la estabilitat i soluciona més de 40 errors (bugs).</p>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0L2FyY2hpdmUvMjAxMC5waHAjaWQyMDEwLTAyLTI1LTE=" target=\"_blank\">PHP web oficial</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4685" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/03/06 -- <a href="http://www.codic.cat/2010/03/06/alliberat-php-5-3-2/" title="Alliberat PHP 5.3.2">Alliberat PHP 5.3.2</a> (0)</li><li>2009/12/18 -- <a href="http://www.codic.cat/2009/12/18/alliberat-php-5-2-12/" title="Alliberat PHP 5.2.12">Alliberat PHP 5.2.12</a> (0)</li><li>2009/09/20 -- <a href="http://www.codic.cat/2009/09/20/alliberat-php-5-2-11/" title="Alliberat PHP 5.2.11">Alliberat PHP 5.2.11</a> (0)</li><li>2009/06/25 -- <a href="http://www.codic.cat/2009/06/25/alliberat-php-5-2-10/" title="Alliberat PHP 5.2.10">Alliberat PHP 5.2.10</a> (0)</li><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/05/11 -- <a href="http://www.codic.cat/2010/05/11/alliberat-firebug-1-5-4-ext/" title="Alliberat Firebug 1.5.4 (extensió Firefox)">Alliberat Firebug 1.5.4 (extensió Firefox)</a> (0)</li><li>2010/04/30 -- <a href="http://www.codic.cat/2010/04/30/alliberat-zend-studio-7-2/" title="Alliberat Zend Studio 7.2">Alliberat Zend Studio 7.2</a> (0)</li><li>2010/04/02 -- <a href="http://www.codic.cat/2010/04/02/alliberat-filezilla-ftp-client-3-3-2-1/" title="Alliberat FileZilla FTP Client 3.3.2.1">Alliberat FileZilla FTP Client 3.3.2.1</a> (0)</li><li>2010/03/26 -- <a href="http://www.codic.cat/2010/03/26/alliberat-firefox-3-6-2/" title="Alliberat Firefox 3.6.2">Alliberat Firefox 3.6.2</a> (0)</li><li>2010/03/13 -- <a href="http://www.codic.cat/2010/03/13/alliberat-apache-tomcat-6-0-26/" title="Alliberat Apache Tomcat 6.0.26">Alliberat Apache Tomcat 6.0.26</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/02/26/alliberat-php-5-2-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alliberat WordPress 2.9.2 (seguretat)</title>
		<link>http://www.codic.cat/2010/02/16/alliberat-wordpress-2-9-2-seguretat/</link>
		<comments>http://www.codic.cat/2010/02/16/alliberat-wordpress-2-9-2-seguretat/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 02:42:47 +0000</pubDate>
		<dc:creator>Carles</dc:creator>
				<category><![CDATA[Problemes Software]]></category>
		<category><![CDATA[Seguretat]]></category>
		<category><![CDATA[Software Servidor]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Alliberada]]></category>

		<guid isPermaLink="false">http://www.codic.cat/?p=4624</guid>
		<description><![CDATA[WordPress ha alliberat la versió 2.9.2, bàsicament soluciona un problema de seguretat en que els usuaris registrats, sense permisos d&#8217;administració, podien accedir als articles esborrats, a la paperera. Darrerament s&#8217;havien registrat més usuaris que de costum al bloc, i ara comprenc perquè. Via: WordPress bloc oficial També us podria resultar interessant:2010/07/30 -- Alliberat Wordpress 3.0.1 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1654" title="wordpress" src="http://www.codic.cat/wp-content/uploads/2009/06/wordpress1-150x150.jpg" alt="" width="150" height="150" />WordPress ha alliberat la versió 2.9.2, bàsicament soluciona un problema de seguretat en que els usuaris registrats, sense permisos d&#8217;administració, podien accedir als articles esborrats, a la paperera.</p>
<p>Darrerament s&#8217;havien registrat més usuaris que de costum al bloc, i ara comprenc perquè.</p>
<p>Via: <a href="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZGV2ZWxvcG1lbnQvMjAxMC8wMi93b3JkcHJlc3MtMi05LTIv" target=\"_blank\">WordPress bloc oficial</a></p>
 <img src="http://www.codic.cat/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=4624" width="1" height="1" style="display: none;" /><h2  class="related_post_title">També us podria resultar interessant:</h2><ul class="related_post"><li>2010/07/30 -- <a href="http://www.codic.cat/2010/07/30/alliberat-wordpress-3-0-1/" title="Alliberat Wordpress 3.0.1">Alliberat Wordpress 3.0.1</a> (0)</li><li>2010/06/18 -- <a href="http://www.codic.cat/2010/06/18/alliberat-wordpress-3-0/" title="Alliberat Wordpress 3.0">Alliberat Wordpress 3.0</a> (0)</li><li>2010/01/05 -- <a href="http://www.codic.cat/2010/01/05/alliberat-wordpress-2-9-1/" title="Alliberat Wordpress 2.9.1">Alliberat Wordpress 2.9.1</a> (0)</li><li>2009/12/19 -- <a href="http://www.codic.cat/2009/12/19/alliberat-worpress-2-9/" title="Alliberat Worpress 2.9">Alliberat Worpress 2.9</a> (0)</li><li>2009/12/17 -- <a href="http://www.codic.cat/2009/12/17/funcionalitats-de-wordpress-2-9-i-imminent-alliberament/" title="Funcionalitats de Wordpress 2.9 i imminent alliberament">Funcionalitats de Wordpress 2.9 i imminent alliberament</a> (2)</li><li>2009/10/19 -- <a href="http://www.codic.cat/2009/10/19/poti-poti-news-sistemes-operatius-os-seguretat/" title="Poti poti de notícies de seguretat">Poti poti de notícies de seguretat</a> (0)</li><li>2009/08/03 -- <a href="http://www.codic.cat/2009/08/03/alliberat-wordpres-2-8-3-actualitzacio-de-seguretat/" title="Alliberat Wordpres 2.8.3 (actualització de seguretat)">Alliberat Wordpres 2.8.3 (actualització de seguretat)</a> (0)</li><li>2009/06/11 -- <a href="http://www.codic.cat/2009/06/11/alliberada-la-versio-28-de-wordpress/" title="Alliberada la versió 2.8 de Wordpress">Alliberada la versió 2.8 de Wordpress</a> (0)</li><li>2009/03/02 -- <a href="http://www.codic.cat/2009/03/02/wordpress-271/" title="Wordpress 2.7.1">Wordpress 2.7.1</a> (0)</li><li>2010/07/24 -- <a href="http://www.codic.cat/2010/07/24/alliberat-apache-tomcat-6-0-29/" title="Alliberat Apache Tomcat 6.0.29 (estable)">Alliberat Apache Tomcat 6.0.29 (estable)</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.codic.cat/2010/02/16/alliberat-wordpress-2-9-2-seguretat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
