<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : Installer libssh2, ssh2 pour php</title>
	<atom:link href="http://naeh.net/installer-libssh2-ssh2-pour-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://naeh.net/installer-libssh2-ssh2-pour-php/</link>
	<description>Le mémo du développeur</description>
	<lastBuildDate>Wed, 25 Jan 2012 23:12:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Par : flolag35</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-2081</link>
		<dc:creator>flolag35</dc:creator>
		<pubDate>Thu, 30 Jun 2011 09:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-2081</guid>
		<description>Je n&#039;ai pas le fichier &quot;ssh2.so&quot; en suivant l&#039;install avec tes fichiers ?
Aurais tu une solution ?
Merci</description>
		<content:encoded><![CDATA[<p>Je n&#8217;ai pas le fichier &laquo;&nbsp;ssh2.so&nbsp;&raquo; en suivant l&#8217;install avec tes fichiers ?<br />
Aurais tu une solution ?<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : maxime</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-1931</link>
		<dc:creator>maxime</dc:creator>
		<pubDate>Thu, 09 Jun 2011 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-1931</guid>
		<description>install bien déroulé sauf que les fichier a télécharger ne sont pas à jour . moi je les ai pri ici.


http://www.libssh2.org/download/libssh2-1.2.8.tar.gz
http://pecl.php.net/get/ssh2

le premier s&#039;install direct , le second il faut le télécharger par navigateur et le mettre ensuite dans le dossier qu&#039;il faut voila voila. j&#039;ai plus qu&#039;a tester le connect ssh2</description>
		<content:encoded><![CDATA[<p>install bien déroulé sauf que les fichier a télécharger ne sont pas à jour . moi je les ai pri ici.</p>
<p><a href="http://www.libssh2.org/download/libssh2-1.2.8.tar.gz" rel="nofollow">http://www.libssh2.org/download/libssh2-1.2.8.tar.gz</a><br />
<a href="http://pecl.php.net/get/ssh2" rel="nofollow">http://pecl.php.net/get/ssh2</a></p>
<p>le premier s&#8217;install direct , le second il faut le télécharger par navigateur et le mettre ensuite dans le dossier qu&#8217;il faut voila voila. j&#8217;ai plus qu&#8217;a tester le connect ssh2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : secretman</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-59</link>
		<dc:creator>secretman</dc:creator>
		<pubDate>Thu, 24 Jun 2010 22:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-59</guid>
		<description>Merçi :)
sa marche nikel sous ubuntu server 9.10
good :d</description>
		<content:encoded><![CDATA[<p>Merçi <img src='http://naeh.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
sa marche nikel sous ubuntu server 9.10<br />
good :d</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : tchuck</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-58</link>
		<dc:creator>tchuck</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-58</guid>
		<description>Bonjour,

Avec Xampp (Lampp), je n&#039;arrive pas avec la mise en place de l&#039;extension ssh2, merci d&#039;avances si vous pouvez m&#039;aider</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Avec Xampp (Lampp), je n&#8217;arrive pas avec la mise en place de l&#8217;extension ssh2, merci d&#8217;avances si vous pouvez m&#8217;aider</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : benjarobin</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-57</link>
		<dc:creator>benjarobin</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-57</guid>
		<description>&lt;blockquote&gt;
LIBSSH2_APINO was removed from the public header file. You need to patch ssh2.c to work with new libssh2 versions.

ssh2.c patch:

LINE 480:
search and change following line:
#if LIBSSH2_APINO &lt; 200412301450
...
#else

to:
#if (defined(LIBSSH2_APINO) &amp;&amp; LIBSSH2_APINO  200503221619)

to:
#if (defined(LIBSSH2_APINO) &amp;&amp; (LIBSSH2_APINO &gt; 200503221619)) &#124;&#124; (defined(LIBSSH2_VERSION_NUM) &amp;&amp; LIBSSH2_VERSION_NUM &gt;= 0x001000)

Compile again!
&lt;/blockquote&gt;


C&#039;est juste un quote d&#039;un post de cette adresse, ce n&#039;est pas de moi.... Mais très utile
http://fr.php.net/manual/fr/ssh2.installation.php</description>
		<content:encoded><![CDATA[<blockquote><p>
LIBSSH2_APINO was removed from the public header file. You need to patch ssh2.c to work with new libssh2 versions.</p>
<p>ssh2.c patch:</p>
<p>LINE 480:<br />
search and change following line:<br />
#if LIBSSH2_APINO &lt; 200412301450<br />
&#8230;<br />
#else</p>
<p>to:<br />
#if (defined(LIBSSH2_APINO) &amp;&amp; LIBSSH2_APINO  200503221619)</p>
<p>to:<br />
#if (defined(LIBSSH2_APINO) &amp;&amp; (LIBSSH2_APINO &gt; 200503221619)) || (defined(LIBSSH2_VERSION_NUM) &amp;&amp; LIBSSH2_VERSION_NUM &gt;= 0&#215;001000)</p>
<p>Compile again!
</p></blockquote>
<p>C&#8217;est juste un quote d&#8217;un post de cette adresse, ce n&#8217;est pas de moi&#8230;. Mais très utile<br />
<a href="http://fr.php.net/manual/fr/ssh2.installation.php" rel="nofollow">http://fr.php.net/manual/fr/ssh2.installation.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Naeh</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/#comment-56</link>
		<dc:creator>Naeh</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://naeh.net/?p=56#comment-56</guid>
		<description>dans les commentaires de &lt;a href=&quot;http://fr.php.net/manual/fr/function.ssh2-sftp.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;cette page&lt;/a&gt; de la documentation, vous trouverez une classe très pratique pour faire les opérations les plus courantes en SFTP (SFTPConnection).</description>
		<content:encoded><![CDATA[<p>dans les commentaires de <a href="http://fr.php.net/manual/fr/function.ssh2-sftp.php" target="_blank" rel="nofollow">cette page</a> de la documentation, vous trouverez une classe très pratique pour faire les opérations les plus courantes en SFTP (SFTPConnection).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

