Downloadliste

Projektbeschreibung

PHP unified diff patcher is a powerful class which
allows to create and merge unified diff patches
into any file. It is fully written in PHP, uses
the GNU standard unified diff format, and allows
any operation (creation/update/deletion).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-24 02:17
0.1

Die Klasse ermöglicht bereits die Zusammenführung von Standard-Diff-Patches (auch auf mehrere Dateien), und auch löscht Dateien nach dem diff Syntax. Die nützlichen Methoden sind PhpPatcher:: Merge () und PhpPatcher:: ApplyPatch (), die zu analysieren bzw. die Quell-und Ziel-Dateien und die Änderungen zu speichern.
Tags: Initial freshmeat announcement
The class already allows the merging of unified diff patches (even on multiple files), and also deletes files following the diff syntax. The useful methods are PhpPatcher::Merge() and PhpPatcher::ApplyPatch(), which respectively parse the source and destination files and commit the changes to disk.

Project Resources