You are here

protected function ProcessInSigchildEnvironment::isSigchildEnabled in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php \Symfony\Component\Process\Tests\ProcessInSigchildEnvironment::isSigchildEnabled()

Returns whether PHP has been compiled with the '--enable-sigchild' option or not.

Return value

bool

Overrides Process::isSigchildEnabled

File

vendor/symfony/process/Tests/ProcessInSigchildEnvironment.php, line 18

Class

ProcessInSigchildEnvironment

Namespace

Symfony\Component\Process\Tests

Code

protected function isSigchildEnabled() {
  return true;
}