HI,
IMO, you shouldn't apply auto restart of FPM (or apache) for multiple reasons :
- To fetch your PHP version, you use
php -v, it assumes default CLI version is the same of FPM
- You write
extension=libaerospike directly on php.ini, usually, we prefer splitting it into subfiles
- And above all, we don't want to restart in an unexpected way our FPM process.
I suggest you to write a message in the user terminal saying aerospike lib isn't enabled until a restart is done
Best,
Jérémy
HI,
IMO, you shouldn't apply auto restart of FPM (or apache) for multiple reasons :
php -v, it assumes default CLI version is the same of FPMextension=libaerospikedirectly on php.ini, usually, we prefer splitting it into subfilesI suggest you to write a message in the user terminal saying aerospike lib isn't enabled until a restart is done
Best,
Jérémy