mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: remove pcntl leftover from the test code
This commit is contained in:
commit
79063d16b9
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ $clientCode = <<<'CODE'
|
||||||
fclose($stdout);
|
fclose($stdout);
|
||||||
fclose($stderr);
|
fclose($stderr);
|
||||||
proc_terminate($process);
|
proc_terminate($process);
|
||||||
pcntl_wait($status);
|
|
||||||
CODE;
|
CODE;
|
||||||
|
|
||||||
include 'ServerClientTestCase.inc';
|
include 'ServerClientTestCase.inc';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue