Home
last modified time | relevance | path

Searched refs:sigchild (Results 1 – 5 of 5) sorted by relevance

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php84 private static $sigchild; variable in Symfony\\Component\\Process\\Process
1446 if (null !== self::$sigchild) {
1447 return self::$sigchild;
1451 return self::$sigchild = false;
1457 return self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
H A DCHANGELOG.md19 * deprecated configuring enhanced sigchild compatibility
/plugin/combo/vendor/symfony/process/
H A DProcess.php84 private static $sigchild; variable in Symfony\\Component\\Process\\Process
329 // last exit code is output on the fourth pipe and caught to work around --enable-sigchild
511 * @throws RuntimeException In case --enable-sigchild is activated and the process can't be killed
811 * @throws RuntimeException In case --enable-sigchild is activated
819 throw new RuntimeException('This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.');
1360 * Returns whether PHP has been compiled with the '--enable-sigchild' option or not.
1366 if (null !== self::$sigchild) {
1367 return self::$sigchild;
1371 return self::$sigchild = false;
1377 return self::$sigchild
[all...]
H A DCHANGELOG.md78 * deprecated configuring enhanced sigchild compatibility
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php30 private static $sigchild; variable in Symfony\\Component\\Process\\Tests\\ProcessTest
40 self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
1583 if (self::$sigchild) {