Bugfix for MD5 target leaking
PHP treats numeric strings as integers when used as an array key. This means they pop out of order and cause incorrect remapping when a target is removed.
This release fixes that issue with thanks to @kojik1010 and @banks.