php-phantomjs
php-phantomjs copied to clipboard
Identical tmp-file names when running multithreaded
When running multithreaded, I get identical tmp-File names because mt_rand() in the StringUtils class returns identical values in the child processes.
Proposal: using random_int() instead of mt_rand()