php / pecl-networking-ssh2

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

ssh2_fopen_wrappers: initialize php_stream_wrapper_ops explicitly #68

Open mrngm opened 1 year ago

mrngm commented 1 year ago

This prevents compile-time warnings about missing field initializers.

langemeijer commented 1 year ago

Is this still WIP?

mrngm commented 1 year ago

Apologies for not looking into this for a while. It still needed modifications in ssh2_sftp.c, which I've added just now. I've used the Github interface for updating this branch to the latest master commit, but if you rather have it rebased, let me know.