1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Merge branch 'PHP-8.1'

* PHP-8.1:
  Avoid shell for proc_terminate() test
This commit is contained in:
Nikita Popov
2021-09-24 09:47:06 +02:00
@@ -10,7 +10,7 @@ if (getenv('SKIP_SLOW_TESTS')) echo 'skip slow test';
$ds = array(array('pipe', 'r'));
$cat = proc_open(
'/bin/sleep 2',
['/bin/sleep', '2'],
$ds,
$pipes
);
@@ -34,7 +34,7 @@ echo "Done!\n";
bool(true)
array(8) {
["command"]=>
string(12) "/bin/sleep 2"
string(10) "/bin/sleep"
["pid"]=>
int(%d)
["running"]=>
@@ -53,7 +53,7 @@ array(8) {
bool(true)
array(8) {
["command"]=>
string(12) "/bin/sleep 2"
string(10) "/bin/sleep"
["pid"]=>
int(%d)
["running"]=>