Motivation
There are multiple diffing algorithms used around mediawiki, some implemented in C++, others in PHP. We are implementing the wish T139603: Show text changes when moving text chunks (#2) in C++. Ideally, move changes would be visible for all versions, though.
Task
Find out, how much effort it is to transfer the C++ changes to the PHP version of the diffing algorithm.