Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2016-03-23 14:47:07 +01:00
commit 827f11cf83

View file

@ -96,7 +96,7 @@ function gen_rand_string_friendly($num_chars = 8)
*/
function unique_id()
{
return bin2hex(random_bytes(6));
return bin2hex(random_bytes(8));
}
/**