PCNTL Support for Multi-PHP

Dear guys,

I need to activate PCNTL support for each PHP version installed by Multi-PHP.
Some advice about how to do this?

Regards,

Carlos

Never installed or used pcntl, but sounds you need to compile it, at least based to this thread here: https://stackoverflow.com/questions/33036773/how-to-enable-pcntl-in-php-while-using-a-framework-like-symfony2/43157513

This should also work with hestia, let us know if it did.

Dear ScIT

I added support for PCNTL successfully, using the default Apache2 Web Template !

FYI the PCNTL module is used by apps like Mailwizz to send many email campaigns at the same time (parallel processing)