Link to home
Start Free TrialLog in
Avatar of robert_skywalker
robert_skywalkerFlag for Austria

asked on

installing a signal handler

pcntl_signal(SIGUSR1, "signal_handler");

causes:

"Fatal error:  Call to undefined function:  pcntl_signal() in /usr/local/httpd/htdocs/smsquery/wx_sms_template.php on line 202"

running php 4.1.0 on a Linux 2.4.17
I can't see anything on http://www.php.net/pcntl_signal why that shouldn't work

what have I done wrong?

Thanks,
Robert
ASKER CERTIFIED SOLUTION
Avatar of arantius
arantius

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial