Is it possible to parse and apply patch files in PHP?

Posted by radj on Stack Overflow See other posts from Stack Overflow or by radj
Published on 2010-06-13T04:49:10Z Indexed on 2010/06/13 4:52 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

The idea is to have a PHP script parse a given .patch file and will apply the given patch accordingly. Assume that the script has no access to command line so the script will have to do the parsing itself. Is there a library somewhere?

© Stack Overflow or respective owner

Related posts about php

Related posts about update