Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sebastian Bergmann's Blog:
Wanted: PHP Implementation of Unified Diff
Jul 30, 2007 @ 14:32:00

Sebastian Bergmann has posted a "wanted" sign over on his blog - he's looking for a PHP function to do two things:

  • takes two strings as its input and
  • returns a string with the differences between the two string in the same format as GNU diff would return for diff -u for two files that contain the respective strings.

Think you can help him out? Drop him a line...

tagged: implement diff function unified gnu textdiff pear implement diff function unified gnu textdiff pear

Link:


Trending Topics: