Skip to content

Commit 1fb97aa

Browse files
Removed background operator, which could lead to race conditions
1 parent caa2902 commit 1fb97aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/RedisTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5462,8 +5462,6 @@ private function regenerateSessionId($sessionId, $locking = false, $destroyPrevi
54625462

54635463
$command = 'php --no-php-ini --define extension=igbinary.so --define extension=' . __DIR__ . '/../modules/redis.so ' . __DIR__ . '/regenerateSessionId.php ' . escapeshellarg($this->getHost()) . ' ' . implode(' ', $args);
54645464

5465-
$command .= ' 2>&1';
5466-
54675465
exec($command, $output);
54685466

54695467
return $output[0];

0 commit comments

Comments
 (0)