php-diff icon indicating copy to clipboard operation
php-diff copied to clipboard

A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).

Results 6 php-diff issues
Sort by recently updated
recently updated
newest added

old file: X new file: XY z As the result in demo.php the new text added is not marked as green. [old_file.txt](https://github.com/jfcherng/php-diff/files/4423980/old_file.txt) [new_file.txt](https://github.com/jfcherng/php-diff/files/4423981/new_file.txt) PHP 7.4.1 , php-diff v6.6.4 Only work...

enhancement

With `SideBySide` renderer the code is rendered as HTML table. When you want to select multiple lines of code on one side, automatically the code (and the line numbers) from...

enhancement

Hi and thanks for your great library. I have a problem with long texts comparisons. I have these configs: ``` // the Diff class options $differOptions = [ 'context' =>...

question

Hi, first of all thanks for the great library, I'm finding strange differences in some paragraphs between SideBySide mode and Combined mode. Given that I am using the same configuration...

question

Currently, one has to use json_decode() to access diff properties. This approach is cumbersome and adds unnecessary complexity to the code. It would be helpful to have an option to...

Bumps [symfony/process](https://github.com/symfony/process) from 5.4.36 to 5.4.46. Release notes Sourced from symfony/process's releases. v5.4.46 Changelog (https://github.com/symfony/process/compare/v5.4.45...v5.4.46) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@​nicolas-grekas) bug...

dependencies