mirror of
https://github.com/php/pecl-networking-ssh2.git
synced 2026-03-23 22:52:06 +01:00
0173ac4e9565b70596f335254b9c4fb2bbffc0d1
This test case executes `cat` and uses `PHP_EOL` as line ending. This causes the test to fail when executed on Windows connected to a Linux SSH server. Since `cat` is usually not available on Windows, running the test would fail if a Windows SSH server was used. Thus, we can easily fix this by always using LF.
WARNING
The extension in the master branch is not in a state you should deploy on a production server.
ssh2
Bindings for the libssh2 library.
Provides bindings to the functions of libssh2 which implements the SSH2 protocol.
The ssh2 extension at the PECL Repository website
The current master code will only compile with PHP7. To compile for PHP5 see the php5 branch.
Documentation
For documentation of the functions that this extension provides can be found here: http://www.php.net/ssh2
Contribute
Your contributions and bugreports are highly appreciated. To contribute, fork and create a pull request. To report a bug use the PHP Bug Tracking System
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:23:34.244Z
Languages
C
90.9%
PHP
6.4%
M4
1.2%
JavaScript
1.1%
Shell
0.4%