I have just installed a recent version of Xampp on my Windows 10 laptop. PHP was installed separately (and earlier).
I am learning about PHP and read about the FastCGI Process Manager (post written in French). It says that FPM has been included natively since PHP 5.3.3 and that it is recommended to use it.
PHP info tells me that my version is 5.6.11, but that the Server API is Apache 2.0 Handler.
I am assuming that FPM is not enabled on my installation. How can I enable it? I have been searching for fpm modules in c:\xampp
and c:\php
, but cannot find anything.