php / pecl-networking-ssh2

Bindings for the libssh2 library
http://pecl.php.net/package/ssh2
Other
51 stars 61 forks source link

fix checking resource type #16

Closed liborm85 closed 8 years ago

liborm85 commented 8 years ago

This PR fix checking resource type in ssh2_pool. Bug in introduced by commit https://github.com/php/pecl-networking-ssh2/commit/452db3620c8d9d96f477c3c72181561228346e5a for PHP 7 compatibility.

Splitted from https://github.com/php/pecl-networking-ssh2/pull/14.