Enable PCNTL in Ubuntu PHP - test fails

前端 未结 5 1689
隐瞒了意图╮
隐瞒了意图╮ 2021-02-08 05:05

I need help on How to: Enable PCNTL in Ubuntu PHP.

$ mkdir /tmp/phpsource
$ cd /tmp/phpsource


$ wget http://museum.php.net/php5/php-5.3.2.tar.gz
$ tar xvf php-         


        
5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-08 06:01

    On my dev machine with ubuntu 12.10 (and earlier versions too) pcntl is/was already enabled.

    $ php -m | grep pcntl
    pcntl
    

    I guess thats the problem:

    PHP Warning: Module 'pcntl' already loaded in Unknown on line 0

    So just don't install it again.

提交回复
热议问题