protected function ProcessInSigchildEnvironment::isSigchildEnabled in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\Process\TestsCode
protected function isSigchildEnabled() {
return true;
}