PHP-FineDiff icon indicating copy to clipboard operation
PHP-FineDiff copied to clipboard

A PHP implementation of a Fine granularity Diff engine: Diff can be computed up to character-level

Results 21 PHP-FineDiff issues
Sort by recently updated
recently updated
newest added

Hello guys, Thanks for this great library. As my dev computer is in PHP.5.4 and my other servers in PHP 5.3, there are many changes about UTF-8. I try to...

Thanks for this great library. I am trying to create a module where two passages have to be compared and the wrongly typed words and not typed words have to...

The ternary operator is available since php 5.3

Hello, When comparing two identical strings, `FineDiff::getDiffOpcodes` returns the index of the last char (ex.: c200). Is it the proper behaviour?

Hi. Is there a way to compare .doc or .pdf files?

It would be good to mark some release with v1.0 tag to use it in composer. Since master can be unstable, it would be good to base our solutions off...

I am comparing this string ``` Classsss Attendsance Guideliness for Extenuating Circusmstances In rare cases, students may have extenuating circumstances that make it impossible for them to attend all sessions...

After reading https://github.com/gorhill/PHP-FineDiff/issues/18, I can now use finediff for Chinese successfully, but sometimes it will eat out my words! Example: --- (before) 1根據相對論,信息的傳播速度有限,因此在某些情况下,例如在發生宇宙膨胀時,距离我们非常遥远的區域中我們將只能收到一小部分区域的信息,其他部分的信息将永远无法传播到我们的區域。可以被我們觀測到的时空稱為“可觀測宇宙”、“可見宇宙”或“我們的宇宙”。應該強調,這是由於時空本身的结構造成的,與我們所用的觀測設備没有關係。 T'尸F. --- (after) 根據相對論,信息的傳播速度有限,因此在某些情况下,例如在發生宇宙膨胀時,距离我们非常遥远的區中我們將只能收到一小部分区域的信息,其他部分的信息将永远无法传播到我们的區域。可以被我們觀測到的時 2空稱為“可觀測宇宙”、“可見宇宙”或“我們的宇宙”。應該強調,這是由於時空本身的结構造成的,與我們所用的觀測設備没有關係。 --- Using...