(PECL xdiff >= 0.2.0)
Make unified diff of two files
bool xdiff_file_diff ( string $old_file, string $new_file, string $dest [, int $context = 3 [, bool $minimal = false ]] )
Makes an unified diff containing differences between old_file and new_file and stores it in dest file. The resulting file is human-readable. An optional context parameter specifies how many lines of context should be added around each change. Setti