Skip to content

Don't autorestart PHPFPM on Makefile #12

Description

@PixiBixi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions