Open PixiBixi opened 11 months ago
HI,
IMO, you shouldn't apply auto restart of FPM (or apache) for multiple reasons :
php -v
extension=libaerospike
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 @PixiBixi , we are looking into the best way to refactoring the entire build process. I will add the message if we add the restart in the new build process. Thanks!
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=libaerospike
directly 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