php-ssh icon indicating copy to clipboard operation
php-ssh copied to clipboard

Typo inside Session constructor causing library to stop working with php8.2

Open xoDylan opened this issue 2 years ago • 0 comments

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?

xoDylan avatar Aug 01 '23 21:08 xoDylan