ZendX Console Process posix functions

19 Views Asked by At

I am catch the follow exception in my code:

ZendX_Console_Process_Exception' with message 'posix_* functions are required

What's posix function is need for it work right?

Thanks

1

There are 1 best solutions below

0
Ismael Vacco On BEST ANSWER

I am installed the php-process package.

In Red Hat, or Centos, to use:

sudo yum install php-process -y