I'm getting an error as
'phpize' is not recognized as an internal or external command, operable program or batch file.
while installing imagick version 3.1.1 in php.
I am trying to install in
Windows 7 32-bit
XAMPP Version: 1.8.3
I try the following procedure
"cd imagick-3.1.1" - go where you placed the folder
"phpize"
"./configure --with-imagick=/opt/local"
"make"
"make install"
present in the link http://php.net/manual/en/imagick.installation.php
Please help me out. I'm a newbie in this. Sorry for asking this question, still i need some guidance to resolve this. Hope someone will help.