in reply to Re^2: Binary Comparision
in thread Binary Comparision

Thanks, but I've already implemented that my other post. I even optimized it to limit the amount of bytes that are scanned twice.
$block = substr($block, -($longuest_sig_len-1)) . $_; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ Minimal portion of last block New block