Kevin Ingwersen in php.pecl.dev (Tue, 22 Oct 2013 21:20:48 +0200):
>On MacOS i know how to check if a file is static, and what it depends on.
>(otool -L <file>). But not on windows. Maybe when I google some, I can
>figure that out, and see how the libcurl in the deps folder is built -
>hopefuly though :)

If you build PHP with 'nmake snap' a snapshot.txt will be created by the
dependency walker (depends.exe). Inofficial way: open the lib-file with
the 7Zip file manager (GUI). It will show you the names of the DLL's, if
any.

Jan

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to