This post originated from an RSS feed registered with PHP Buzz
by Jan Schneider.
Original Post: Patch library in PHP?
Feed Title: Horde News
Feed URL: http://janschneider.de/horde/jonah/delivery/rss.php?channel_id=25
Feed Description: News around the Horde Project from my personal point of view
Does anybody know a good patch library in PHP? Like a counterpart to Text_Diff.
I know that it's trivial to apply a clean patch file with a few lines of code, but I'm looking for a more complete solution, especially with fuzzy patching capabilities.