immobiliare/ApnsPHP

Fatal error: Call to undefined function pcntl_signal() in ApnsPHP/Push/Server.php on line 80

Closed this issue · 1 comments

I'm getting this error, but it appears that PCNTL is enabled. If I run php -me I see:

[PHP Modules]
...
pcntl
...

So I'm not sure what to do here.

It seems Apache also needs to be compiled with pcntl for this to work. I have it working now.