Hi. The problem is that for php compiler you have to use is -c <php.ini_file_path> but it only works for php.exe not for php-cgi.exe I had to use php.exe instead of php-cgi.exe and in my website´s handler mapping i configured php extension using "C:\<php_root>\php.exe"|-c <new_php...