<?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>Tue, 03 Aug 2010 15:13:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : tchuck</title>
		<link>http://naeh.net/installer-libssh2-ssh2-pour-php/comment-page-1/#comment-6013</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-6013</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-page-1/#comment-134</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-134</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-page-1/#comment-99</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-99</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>
