You are not logged in.
Pages: 1
Hi all,
Is there a recent implementation of xdiff working with PHP?
I'm looking to perform binary and unified diffs in PHP and found the following:
http://php.net/manual/en/book.xdiff.php
The only reference I can find to xdiff is libxdiff in AUR, and http://pecl.php.net/package/xdiff reports that PECL xdiff is no longer maintained.
Is xdiff now deprecated in favour of another module?
If xdiff is deprecated and no other option exists, how would one go about performing binary diffs etc in PHP?
TIA
X.
Last edited by xanthi (2013-06-18 20:54:04)
Offline
The only reference I can find to xdiff is libxdiff in AUR, and http://pecl.php.net/package/xdiff reports that PECL xdiff is no longer maintained.
Is xdiff now deprecated in favour of another module?
As far as I can tell it's just unmaintained and not deprecated. Just give it a try and see if it works. If not there's always http://php.net/manual/en/book.exec.php left.
Offline
Thanks for the input. Added to the AUR:
Offline
Pages: 1