- Open PHPInfo and check: Architecture = x86 or x64, Thread Safety = yes or no;
- Download ImageMagick from: http://windows.php.net/downloads/pecl/deps;
- Unzip and copy all dlls from the bin subfolder to the Apache bin directory;
It's a bunch of
CORE_RL_*.dll
andIM_MOD_RL_*.dll
plus a few other dlls; - Goto: http://pecl.php.net/package/imagick and download latest version;
- Unzip and copy
php_imagick.dll
to the php extension folder; - Edit
php.ini
and add at the very end:extension=php_imagick.dll
; - Restart Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
"ShowSecondsInSystemClock"=dword:00000001 | |
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
"ShowSecondsInSystemClock"=dword:00000001 |
An error such as "@angular/compiler is not in the npm registry" suggests that Visual Studio 2015 is using an older version of npm.
Update to the latest installed version of npm:
- Tools > Options > Projects and Solutions > External Web Tools.
- On the right, move the
$(PATH) entry above the $ (DevEnvDir) entries. - Restart Visual Studio for this change to take effect.
Compiler errors such as "Property 'map' does not exist on type 'Observable'" and "Observable cannot be found" indicate an old release of Visual Studio.
Exit Visual Studio and follow the instructions here
You'll be asked to replace the file
c:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript.typescriptServices.js
This operation requires admin privileges.