after installation pcntl encounters error while running tests (make test
)
module 'pcntl' loaded in unknown on line 0
thus on many forums same - comment out in *.ini
files row
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl
i found in file /etc/php5/apache2/php.ini
, commented out, restart apache2, did not help. restarting server not help.
how fix error?
ubuntu 14.04
apache 2.4.7
php5 5.5.9
Comments
Post a Comment