Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP pcntl module installation

Tags:

Problems

  1. d11wtq/boris v1.0.10 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.
  2. d11wtq/boris v1.0.10 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.
  3. Installation request for d11wtq/boris v1.0.10 -> satisfiable by d11wtq/boris[v1.0.10].

When I run command: composer install it creating error.

And also how to install extension on php.init.

extension=php_curl.dll 
like image 627
MUHAMMAD AHSAN Avatar asked May 05 '15 13:05

MUHAMMAD AHSAN


2 Answers

I know this is an old one, but I ran into the same problem and with this switch just solved it:

composer install --ignore-platform-reqs 
like image 172
Szigyártó Mihály Avatar answered Sep 18 '22 21:09

Szigyártó Mihály


I fixed this by running composer update before install.

like image 35
PI. Avatar answered Sep 18 '22 21:09

PI.