PHP 8.5.0 Alpha 4 available for testing

Voting

: five minus three?
(Example: nine)

The Note You're Voting On

info at kgsw dot de
4 years ago
on linux debian like (ubuntu) a simple install will also load 'libssh2-1'
$ sudo apt-get update && sudo apt-get install php-ssh2

$ sudo apache2ctl graceful
should make it usable

use phpinfo() function, some sections are now showing additional "ssh2" parts:
- Intro section with new items for "ssh2"
- - Additional .ini files parsed
- - Registered PHP Streams
- ssh2 (new section)
- - showing "SSH2 support - enabled"

<< Back to user notes page

To Top