I am trying to install pcntl
extension for php7.4. I check install status, it seems like installed successful
$ php -m | grep pcntl
pcntl
# php -i | grep pcntl
pcntl
pcntl support => enabled
But when I dump phpinfo()
from laravel code, there are no pcntl
info. Where did my config go wrong?