<?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>Comments on: Installing the PHP SSH2 extension in Snow Leopard (10.6)</title>
	<atom:link href="http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/</link>
	<description>Linux, PHP 5, Apache Consulting in San Antonio, TX</description>
	<lastBuildDate>Thu, 05 Aug 2010 12:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: goingmajor</title>
		<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/comment-page-1/#comment-537</link>
		<dc:creator>goingmajor</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://thirdpartycode.com/?p=518#comment-537</guid>
		<description>Here&#039;s a non-hackish way to utilize SSH2 in PHP in Snow Leopard:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://phpseclib.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;http://phpseclib.sourceforge.net/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here&#39;s a non-hackish way to utilize SSH2 in PHP in Snow Leopard:</p>
<p><a href="http://phpseclib.sourceforge.net/" rel="nofollow">http://phpseclib.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vid Luther&#8217;s Blog: Installing the PHP SSH2 extension in Snow Leopard (10.6) &#124; Webs Developer</title>
		<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/comment-page-1/#comment-531</link>
		<dc:creator>Vid Luther&#8217;s Blog: Installing the PHP SSH2 extension in Snow Leopard (10.6) &#124; Webs Developer</dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://thirdpartycode.com/?p=518#comment-531</guid>
		<description>[...] Luther has posted a guide for getting the latest version of SSH working as a PHP extension on your Snow Leopard installation. [...]</description>
		<content:encoded><![CDATA[<p>[...] Luther has posted a guide for getting the latest version of SSH working as a PHP extension on your Snow Leopard installation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/comment-page-1/#comment-529</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://thirdpartycode.com/?p=518#comment-529</guid>
		<description>&lt;strong&gt;Installing the PHP SSH2 extension in Snow Leopard (10.6)...&lt;/strong&gt;

Getting PHP with SSH support is not an easy task in Snow Leopard. If you need it, here’s a hackish way to do it, until Sara or Mike get around to patching the ssh2 in PECL....</description>
		<content:encoded><![CDATA[<p><strong>Installing the PHP SSH2 extension in Snow Leopard (10.6)&#8230;</strong></p>
<p>Getting PHP with SSH support is not an easy task in Snow Leopard. If you need it, here’s a hackish way to do it, until Sara or Mike get around to patching the ssh2 in PECL&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkoppanen</title>
		<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/comment-page-1/#comment-525</link>
		<dc:creator>mkoppanen</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://thirdpartycode.com/?p=518#comment-525</guid>
		<description>Looks like the bug has been fixed in SVN already. The following worked for me:&lt;br&gt;&lt;br&gt;sudo port install libssh2 &amp;&amp; svn co &lt;a href=&quot;http://svn.php.net/repository/pecl/ssh2/trunk/&quot; rel=&quot;nofollow&quot;&gt;http://svn.php.net/repository/pecl/ssh2/trunk/&lt;/a&gt; ssh2-trunk &amp;&amp; cd ssh2-trunk &amp;&amp; phpize &amp;&amp; ./configure --with-ssh2=/opt/local  &amp;&amp; sudo make install</description>
		<content:encoded><![CDATA[<p>Looks like the bug has been fixed in SVN already. The following worked for me:</p>
<p>sudo port install libssh2 &#038;&#038; svn co <a href="http://svn.php.net/repository/pecl/ssh2/trunk/" rel="nofollow">http://svn.php.net/repository/pecl/ssh2/trunk/</a> ssh2-trunk &#038;&#038; cd ssh2-trunk &#038;&#038; phpize &#038;&#038; ./configure &#8211;with-ssh2=/opt/local  &#038;&#038; sudo make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkoppanen</title>
		<link>http://thirdpartycode.com/2010/01/installing-the-php-ssh2-extension-in-snow-leopard-10-6/comment-page-1/#comment-522</link>
		<dc:creator>mkoppanen</dc:creator>
		<pubDate>Sun, 24 Jan 2010 11:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://thirdpartycode.com/?p=518#comment-522</guid>
		<description>Looks like the bug has been fixed in SVN already. The following worked for me:&lt;br&gt;&lt;br&gt;sudo port install libssh2 &amp;&amp; svn co &lt;a href=&quot;http://svn.php.net/repository/pecl/ssh2/trunk/&quot; rel=&quot;nofollow&quot;&gt;http://svn.php.net/repository/pecl/ssh2/trunk/&lt;/a&gt; ssh2-trunk &amp;&amp; cd ssh2-trunk &amp;&amp; phpize &amp;&amp; ./configure --with-ssh2=/opt/local  &amp;&amp; sudo make install</description>
		<content:encoded><![CDATA[<p>Looks like the bug has been fixed in SVN already. The following worked for me:</p>
<p>sudo port install libssh2 &#038;&#038; svn co <a href="http://svn.php.net/repository/pecl/ssh2/trunk/" rel="nofollow">http://svn.php.net/repository/pecl/ssh2/trunk/</a> ssh2-trunk &#038;&#038; cd ssh2-trunk &#038;&#038; phpize &#038;&#038; ./configure &#8211;with-ssh2=/opt/local  &#038;&#038; sudo make install</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: thirdpartycode.com @ 2010-09-09 03:08:25 -->