<?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>UNIX Garden &#187; tristan</title>
	<atom:link href="http://www.unixgarden.com/index.php/author/tristan/feed" rel="self" type="application/rss+xml" />
	<link>http://www.unixgarden.com</link>
	<description>Le site éditorial des Editions Diamond &#124; GNU/Linux Magazine &#124; Linux Pratique &#124; Linux Essentiel &#124; Misc &#124; Open Silicium</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:34:07 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Configuration de PHP</title>
		<link>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/configuration-de-php</link>
		<comments>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/configuration-de-php#comments</comments>
		<pubDate>Sat, 04 Apr 2009 06:05:17 +0000</pubDate>
		<dc:creator>tristan</dc:creator>
				<category><![CDATA[GNU/Linux Magazine HS]]></category>

		<guid isPermaLink="false">http://www.unixgarden.com/?p=1116</guid>
		<description><![CDATA[<table cellpadding="1" cellspacing="7" border="0" align="left">
					<tr><td bgcolor="#666"><img src="http://www.unixgarden.com/wp-content/themes/unixgarden_v3/resize_image.php/raw.jpg?width=100&height=150&image=/img-articles/lmhs/35/cc-art-confphp/t1.jpg" ></td></tr>
				  </table>Retrouvez cet article dans : Linux Magazine Hors série 35 Même si PHP fonctionne très bien avec sa configuration initiale, il est parfois essentiel de modifier certains paramètres, et ce, notamment pour des raisons de sécurité. Cet article montre comment adapter la configuration de PHP à l’environnement de vos applications. Il n’est pas très difficile [...]]]></description>
		<wfw:commentRss>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/configuration-de-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPUnit : tests unitaires pour PHP</title>
		<link>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/phpunit-tests-unitaires-pour-php</link>
		<comments>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/phpunit-tests-unitaires-pour-php#comments</comments>
		<pubDate>Sun, 29 Mar 2009 06:05:23 +0000</pubDate>
		<dc:creator>tristan</dc:creator>
				<category><![CDATA[GNU/Linux Magazine HS]]></category>

		<guid isPermaLink="false">http://www.unixgarden.com/?p=1113</guid>
		<description><![CDATA[<table cellpadding="1" cellspacing="7" border="0" align="left">
					<tr><td bgcolor="#666"><img src="http://www.unixgarden.com/wp-content/themes/unixgarden_v3/resize_image.php/raw.jpg?width=100&height=150&image=/img-articles/lmhs/35/cc-art-php1/t1.jpg" ></td></tr>
				  </table>Retrouvez cet article dans : Linux Magazine Hors série 35 Le développement d’une application implique bien souvent des modifications du code initial (correction d’erreurs, ajout de fonctionnalités, remaniement de code&#8230;). Il peut alors être intéressant de mettre en place un mécanisme de tests permettant de vérifier que les nouvelles modifications ne détériorent pas les fonctionnalités [...]]]></description>
		<wfw:commentRss>http://www.unixgarden.com/index.php/gnu-linux-magazine-hs/phpunit-tests-unitaires-pour-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Respectez les conventions de codage avec PHPCheckStyle et PHP_Beautifier</title>
		<link>http://www.unixgarden.com/index.php/gnu-linux-magazine/respectez-les-conventions-de-codage-avec-phpcheckstyle-et-php_beautifier</link>
		<comments>http://www.unixgarden.com/index.php/gnu-linux-magazine/respectez-les-conventions-de-codage-avec-phpcheckstyle-et-php_beautifier#comments</comments>
		<pubDate>Thu, 22 May 2008 06:05:57 +0000</pubDate>
		<dc:creator>tristan</dc:creator>
				<category><![CDATA[GNU/Linux Magazine]]></category>

		<guid isPermaLink="false">http://www.unixgarden.com/index.php/programmation/respectez-les-conventions-de-codage-avec-phpcheckstyle-et-php_beautifier</guid>
		<description><![CDATA[<table cellpadding="1" cellspacing="7" border="0" align="left">
					<tr><td bgcolor="#666"><img src="http://www.unixgarden.com/wp-content/themes/unixgarden_v3/resize_image.php/raw.jpg?width=100&height=150&image=/img-articles/lm/101/cc-art-php/fig-1.jpg" ></td></tr>
				  </table> Retrouvez cet article dans : Linux Magazine 101 Dans cet article, je vous présente PHPCheckstyle, un outil permettant de vérifier que votre code PHP respecte bien les conventions de codage que vous avez pu établir. En parallèle, je vous présenterai PHP_Beautifier, une bibliothèque PHP permettant de programmer des scripts de reformatage de code. Lorsque l’on [...]]]></description>
		<wfw:commentRss>http://www.unixgarden.com/index.php/gnu-linux-magazine/respectez-les-conventions-de-codage-avec-phpcheckstyle-et-php_beautifier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Construire une extension pour PHP</title>
		<link>http://www.unixgarden.com/index.php/gnu-linux-magazine/construire-une-extension-pour-php</link>
		<comments>http://www.unixgarden.com/index.php/gnu-linux-magazine/construire-une-extension-pour-php#comments</comments>
		<pubDate>Tue, 18 Mar 2008 06:05:07 +0000</pubDate>
		<dc:creator>tristan</dc:creator>
				<category><![CDATA[GNU/Linux Magazine]]></category>

		<guid isPermaLink="false">http://www.unixgarden.com/index.php/programmation/construire-une-extension-pour-php</guid>
		<description><![CDATA[<table cellpadding="1" cellspacing="7" border="0" align="left">
					<tr><td bgcolor="#666"><img src="http://www.unixgarden.com/wp-content/themes/unixgarden_v3/resize_image.php/raw.jpg?width=100&height=150&image=/img-articles/lm/99/cc-art-extphp/fig-1.jpg" ></td></tr>
				  </table>Retrouvez cet article dans : Linux Magazine 99 Cet article n’a la prétention ni d’être exhaustif, ni d’être très détaillé, mais plutôt de vous donner une vue d’ensemble et d’introduire les mécanismes de base nécessaires à l’écriture d’extensions pour PHP (des notions de shell, C et PHP sont nécessaires à sa compréhension). Le langage PHP [...]]]></description>
		<wfw:commentRss>http://www.unixgarden.com/index.php/gnu-linux-magazine/construire-une-extension-pour-php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

