http://bugs.winehq.org/show_bug.cgi?id=6940
------- Additional Comments From nunoplopes@sapo.pt 2006-22-12 14:02 ------- ok, so copying the files fixes the problem: linux php # cp Microsoft.VC80.CRT/* . (copies the manifest and the msvcr80.dll) linux php # wine ./php -v fixme:actctx:FindActCtxSectionStringW 00000000 (null) 2 L"msvcr80.dll" 0xc17acc PHP 5.2.1RC2-dev (cli) (built: Dec 18 2006 23:33:28) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
Anyway wine should behave like windows and read the files from the Microsoft.VC80.CRT folder. Also that "fixme" message persists. I now also get a few other "fixme"s in ntdll (FILE_GetNtStatus), but you are probably already aware of them.