Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php_ssh2.dll for PHP 5.3.1 on WinXP Pro sp3

Tags:

php

windows

I had PHP 5.2.2 installed on a previous box (also WinXP Pro sp3) and had gotten the SSH2 extension from http://pecl4win.php.net/ext.php/php_ssh2.dll.

Sadly that server seems to be out of commission for now ("The pecl4win build box is temporarily out of service. We're preparing a new build system."). The old DLL doesn't work with the new PHP and I do not have MS Visual Studio 6 to compile it.

Anyone have any idea where I can get this file for PHP 5.3.1? Or perhaps I should just roll back to PHP 5.2.2?

I should mention that I'm using XAMPP 1.7.3 which has Apache 2.2. So I need DLL's compiled with VC6.

like image 926
NotoriousWebmaster Avatar asked Dec 09 '22 17:12

NotoriousWebmaster


1 Answers

You can download vc6 version of php_ssh2 from here http://www.webvamp.co.uk/uploads/2011/02/php_ssh2-5.3.X-VC6-apache.zip

like image 91
Suriyan Suresh Avatar answered Dec 21 '22 05:12

Suriyan Suresh