protected function ProcessInSigchildEnvironment::isSigchildEnabled

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

Return value

Boolean

Overrides Process::isSigchildEnabled

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessInSigchildEnvironment.php, line 18

Class

ProcessInSigchildEnvironment

Namespace

Symfony\Component\Process\Tests

Code

protected function isSigchildEnabled() {
  return true;
}