mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
f9c3aa2a22
The uniqid function is *very* slow on unix systems. The code has no particular unique-ness requirements, so the much faster mt_rand() function is used instead. Closes PR #65.