Hello, I'm trying to install ImageMagic on an install of XAMPP.
I've compiled ImageMagic and the PECL module from source, copied the .so files into the correct extensions directory listed in phpinfo() and added the module to the php.ini. But I think I'm missing the header files, as when I restarted apache the extension never showed up on phpinfo().

I cannot find the location of the PHP extension header files in the xampp directory, could someone point me into the correct location? It would be the XAMPP equivalent of /usr/include/php/ext

Thanks you for your help.