pecl-networking-ssh2 icon indicating copy to clipboard operation
pecl-networking-ssh2 copied to clipboard

Compatibility with PHP 8.1 windows dll

Open Yuriathome opened this issue 4 years ago • 1 comments

Under PHP 8.0.13 all ok Under PHP 8.1.0 I recived: Warning: PHP Startup: ssh2: Unable to initialize module Module compiled with module API=20200930 PHP compiled with module API=20210902

Yuriathome avatar Nov 30 '21 09:11 Yuriathome

I was facing a very similar issue and found that make clean solved the problem. (it seems the configure script does not invalidate already-compiled parts correctly when the module API has changed)

christophfink avatar Jan 27 '22 08:01 christophfink