pnctl is only available in CLI...

This commit is contained in:
Shish 2023-06-25 14:04:26 +01:00
parent b85e7ec209
commit 1558318283

View file

@ -12,8 +12,8 @@ class Timeout
{
$this->active = true;
// declare(ticks = 1);
pcntl_signal(SIGALRM, [$this, 'handle'], true);
pcntl_alarm($seconds);
// pcntl_signal(SIGALRM, [$this, 'handle'], true);
// pcntl_alarm($seconds);
set_time_limit($seconds + 5);
}