Closed ange007 closed 5 years ago
Please see if this is reproducable with v0.7.8 . If so, could you post a more complete example. Thanks.
Nevermind. I see it's still a problem in Parser.php's unit()
method. It's breaking your md5 hash into chunks, treating each chunk as a number followed by a unit.
Hello. I tried output $id variables which may begin with a digit (md5). If so, the variable is broken up into several hashes.
Source
Result
How to get rid of it?