File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4646 "ext-memcached" : " If you use Cache class MemcachedHandler with Memcached" ,
4747 "ext-mysqli" : " If you use MySQL" ,
4848 "ext-oci8" : " If you use Oracle Database" ,
49+ "ext-pcntl" : " If you use Signals" ,
4950 "ext-pgsql" : " If you use PostgreSQL" ,
51+ "ext-posix" : " If you use Signals" ,
5052 "ext-readline" : " Improves CLI::input() usability" ,
5153 "ext-redis" : " If you use Cache class RedisHandler" ,
5254 "ext-simplexml" : " If you format XML" ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ protected function registerSignals(
123123 if (pcntl_signal ($ signal , [$ this , 'handleSignal ' ])) {
124124 $ this ->registeredSignals [] = $ signal ;
125125 } else {
126+ $ signal = $ this ->getSignalName ($ signal );
126127 CLI ::write ("Failed to register handler for signal: {$ signal }" , 'red ' );
127128 }
128129 }
You can’t perform that action at this time.
0 commit comments