Today I've been getting errors saying the 'pcntl' extension is not installed/enabled.
$ composer install --no-scripts --prefer-dist > /dev/null
Problem 1
- laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.
- laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.
- Installation request for laravel/horizon v1.1.0 -> satisfiable by laravel/horizon[v1.1.0].
I've run php --ini within the Gitlab job shell file to figure out what's there.
Hi,
Today I've been getting errors saying the 'pcntl' extension is not installed/enabled.
I've run php --ini within the Gitlab job shell file to figure out what's there.
The gitlab-ci.yml file looks like
Any help is appreciated.