extension_dir=c:/php5/exts/
extension=php_ssh2.dll
Подсказка
Compiling PECL/ssh2 without using the PECL command
Rather than using pecl install ssh2 to automatically
download and install PECL/ssh2, you may download the tarball from
» PECL.
From the root of the unpacked tarball, run:
phpize && ./configure --with-ssh2 && make
to generate ssh2.so.
Once built, continue the installation from step 4 above.
Дополнительная информация, такая как новый версии,
скачивание, исходные файлы, информация о разработчике и CHANGELOG, могут
быть найдены здесь:
» http://pecl.php.net/package/ssh2.