Sending signal to daemon in php

Posted by Riz on Stack Overflow See other posts from Stack Overflow or by Riz
Published on 2010-04-12T14:07:16Z Indexed on 2010/04/12 14:13 UTC
Read the original article Hit count: 294

Filed under:
|

Hi,

I have a daemon written in PHP which is running on my linux machine.

I am trying to send a signal to it through another php file. For this purpose I am trying posix_kill function. But its not working.

When I run the php page, I get an error that php is compiled without --enable-grep

I want to know how to enable it? OR what is the alternate way of sending signal to daemon?

© Stack Overflow or respective owner

Related posts about php

Related posts about daemon