X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FForkController.php;h=ced45af669c57fde741b75cbf2b01c08ad6822c4;hb=f62e9fb0c3823e51e1c147d42b1b80e695c19132;hp=89ad9553857b4ab2454669b7ecfe069bcd5ea128;hpb=bc4c5b91b785d87f48b984873fe5e8b34322cf85;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ForkController.php b/includes/ForkController.php index 89ad955385..ced45af669 100644 --- a/includes/ForkController.php +++ b/includes/ForkController.php @@ -121,7 +121,9 @@ class ForkController { if ( function_exists( 'pcntl_signal_dispatch' ) ) { pcntl_signal_dispatch(); } else { - declare (ticks=1) { $status = $status; } + declare( ticks = 1 ) { + $status = $status; + } } // Respond to TERM signal if ( $this->termReceived ) {