diff options
author | mario <mario@slackverse.org> | 2013-01-05 16:56:20 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:21 -0500 |
commit | f57720a5c78ac6788ce819acadef8b4b8e25bcc3 (patch) | |
tree | 39c55ebcc4bbe3b26fdc204c39f13891b22e0891 /libraries/php-ssh2/README | |
parent | 3a309f52b82cf2c3e86f5ccf8bbbaeeb5f022e89 (diff) |
libraries/php-ssh2: Added (SSH2 bindings for PHP).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/php-ssh2/README')
-rw-r--r-- | libraries/php-ssh2/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/php-ssh2/README b/libraries/php-ssh2/README new file mode 100644 index 0000000000000..cc353431e01e7 --- /dev/null +++ b/libraries/php-ssh2/README @@ -0,0 +1,5 @@ +This extension enables PHP to connect to and use SSH2 servers. + +To enable the pgsql extension for php, go to /etc/php/ssh2.ini +and uncomment the line: + ; extension=ssh2.so |