Skip to content
Snippets Groups Projects
Verified Commit cb1e195b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3387695 by catch, mondrake, mfb: Use more entropy in TransactionManager

parent dd62dc1e
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ public function push(string $name = ''): Transaction {
}
// Define an unique id for the transaction.
$id = uniqid();
$id = uniqid('', TRUE);
// Add an item on the stack, increasing its depth.
$this->addStackItem($id, new StackItem($name, $type));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment