php / pecl-networking-ssh2

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

Made win32 builds depend on zlib and openssl extensions #9

Closed credomane closed 8 years ago

credomane commented 8 years ago

Win32 builds will now successfully link. Expanded if statements to specify which library is missing rather than a generic one.

langemeijer commented 8 years ago

Although I cannot confirm this commit fixes the win32 problem I will do a blind merge.