Hi all
I can't get any of the ssh2.so releases >= 1.3 (prior versions do not support PHP 8.x) working with PHP 8.1.29. Installing/compiling with pecl works, but ssh2 >= 1.3 seems to implement PHP API version 20230831 which leads to a version mismatch and PHP throwing an error/not initializing the module, as 8.1.29 is using PHP API version 20210902. Did I get something wrong or did I miss anything? Is there a way to get 8.1.29 to work with one of the ssh2 versions? Thanks a lot for your expertise -Mark