I'm running the newly released php7.0 on debian jessie. By now it works all fine.
Enabling the pdo_mysqli, I have found mutliple configuration directories for php7. There are:
apache2
cli
fpm
I'm aware, that the cli is the command-line php configuration. I also know that I had to enable the mysql in the php.ini of the fpm directory.
My question is: Why is there an apache2 configuration directory? Could I use php7 without fpm?
Thanks in advance