Merge branch 'PHP-5.6'

* PHP-5.6:
  remove pcntl leftover from the test code
This commit is contained in:
Anatol Belski 2014-02-27 15:51:28 +01:00
commit 79063d16b9

View file

@ -77,7 +77,6 @@ $clientCode = <<<'CODE'
fclose($stdout);
fclose($stderr);
proc_terminate($process);
pcntl_wait($status);
CODE;
include 'ServerClientTestCase.inc';