@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 11 lines 217 B view raw
1<?php 2 3// Initialize a script that will handle signals. 4 5if (function_exists('pcntl_async_signals')) { 6 pcntl_async_signals(true); 7} else { 8 declare(ticks = 1); 9} 10 11require_once dirname(__FILE__).'/init-script.php';