Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add php-pcntl extension to php-worker Dockerfiles #1419

Closed
Degete opened this issue Mar 8, 2018 · 1 comment
Closed

Add php-pcntl extension to php-worker Dockerfiles #1419

Degete opened this issue Mar 8, 2018 · 1 comment

Comments

@Degete
Copy link

Degete commented Mar 8, 2018

Info:

  • Docker version: 17.12.1-ce
  • Laradock commit: e580b7c510e04c48515b86e23a76702efb6ee75e
  • System info: Linux
  • System info disto/version: Debian

Issue:

Laravel Horizon does not work because of php pcntl extension required.

Reproduce:

command=php /var/www/artisan horizon

Fix:

On the different Dockerfiles of the php-worker include:
RUN docker-php-ext-install mysqli mbstring pdo pdo_mysql mcrypt tokenizer xml pcntl

dougblackjr added a commit to dougblackjr/laradock that referenced this issue Apr 24, 2018
bestlong added a commit that referenced this issue May 27, 2018
Adding pcntl to php-fpm, php-worker, addresses #1419
@hackel
Copy link
Contributor

hackel commented Jun 22, 2018

Looks like this can be closed after 6b6e2d5 was merged in v7.0.1.

agebeyaw pushed a commit to agebeyaw/laradock that referenced this issue Aug 22, 2018
agebeyaw pushed a commit to agebeyaw/laradock that referenced this issue Aug 22, 2018
Adding pcntl to php-fpm, php-worker, addresses laradock#1419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants