php / pecl-networking-ssh2

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

Fix #63480: Warning on using the SSH2 Session resource in the uri #47

Closed cmb69 closed 3 years ago

cmb69 commented 3 years ago

There is no need to warn if an SSH2 Session resource is given, so we suppress the potential warning by passing NULL as resource_type_name.