php-ssh
php-ssh copied to clipboard
Typo inside Session constructor causing library to stop working with php8.2
Inside the session constructor the local variable should be subsystems instead of subsystem, it works with old php version because they allow creation of dynamic properties, but it doesn't work with php8.2.
Are there any more contributors to this project?