Jan,

On Thu, April 25, 2013 21:46, Jan Ehrhardt wrote:
> "Anatol Belski" in php.internals (Thu, 25 Apr 2013 20:12:11 +0200):
>
>> Ok, so we must have built some different ways. Anyway that builds I've
>> mentioned should work and I'll recheck next time I do the ssh2 ext.
>
> The difference probably is that you built libssh2 as shared. Your
> php_ssh2.dll's are dependent on libssh2.dll (which in its turn is dependent
> on the ssl-dll's).
>
> My build is static: it can do without libssh2.dll and only relies on the
> ssl-dll's.

Ok, that explains it. Then your fix should be conditional depending on
ssh2 ext being built shared or static. You could that to the github repo.

Regards

Anatol


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to