Chung Leong in php.pecl.dev (Wed, 23 Apr 2014 05:18:09 +0200):
>I just realized that PHP5TS.DLL imports the same DLLs.

Yes, but advapi.dll and user32.dll are system-level components on
Windows. Thus they are allowed to use msvcrt.dll.

>On Wed, Apr 23, 2014 at 4:52 AM, Jan Ehrhardt <php...@ehrhardt.nl> wrote:
>
>> Chung Leong in php.pecl.dev (Wed, 23 Apr 2014 04:06:33 +0200):
>> >Okay, I tried loading the FFmpeg DLLs manually. It turns out that it's
>> >impossible to avoid loading MSVCRT.DLL into the process. FFmpeg imports
>> >from ADVAPI.DLL and USER32.DLL. Those system DLLs in turn will bring in
>> >MSVCRT.DLL. Even if we link statically or rebuild FFmpeg in VC, MSVCRT.DLL
>> >will still get loaded.

Jan

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

Reply via email to