• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

tests/H03-May-2022-409337

LICENSEH A D02-Mar-20213.1 KiB6855

README.mdH A D02-Mar-2021793 2816

config.m4H A D03-May-20221.7 KiB6050

config.w32H A D02-Mar-20211.4 KiB4537

php_ssh2.hH A D02-Mar-20215.7 KiB186116

ssh2.cH A D02-Mar-202149.6 KiB1,6471,185

ssh2_fopen_wrappers.cH A D02-Mar-202140.4 KiB1,4911,111

ssh2_sftp.cH A D02-Mar-202123.4 KiB900602

README.md

1WARNING
2=======
3
4**The extension in the master branch is not in a state you should deploy on a production server.**
5
6
7ssh2
8====
9
10Bindings for the libssh2 library.
11
12Provides bindings to the functions of [libssh2](http:/libssh2.org/) which implements the SSH2 protocol.
13
14[The ssh2 extension at the PECL Repository website](http://pecl.php.net/package/ssh2)
15
16**The current master code will only compile with PHP7. To compile for PHP5 see the php5 branch.**
17
18Documentation
19=============
20
21For documentation of the functions that this extension provides can be found here: http://www.php.net/ssh2
22
23Contribute
24==========
25
26Your contributions and bugreports are highly appreciated. To contribute, fork and create a pull request. To report a
27bug use the [PHP Bug Tracking System](https://bugs.php.net/)
28