Config.in 185 B

12345678
  1. config BR2_PACKAGE_PHP_SSH2
  2. bool "php-ssh2"
  3. depends on BR2_PACKAGE_PHP
  4. select BR2_PACKAGE_LIBSSH2
  5. help
  6. PHP bindings for the libssh2 library.
  7. http://pecl.php.net/package/ssh2