Christoph M. Becker 0173ac4e95 Fix line ending in test case when running on Windows
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.
2021-02-10 17:46:13 +01:00
2020-09-10 15:34:17 +02:00
2018-06-30 17:03:54 +02:00
2020-10-30 12:45:25 -03:00
2020-10-30 12:31:29 -03:00
2016-03-25 09:10:34 +01:00
2012-06-13 08:06:22 +00:00

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
Readme 687 KiB
Languages
C 90.9%
PHP 6.4%
M4 1.2%
JavaScript 1.1%
Shell 0.4%