xmldiff

pecl install xmldiff

XML diff and merge

The extension is able to produce diffs of two XML documents and then to apply the difference to the source document. The diff is a XML document containing copy/insert/delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be processed.

Maintainer

  • Anatoliy Belsky (lead )

Details

Stars: 4
Downloads: 93043
1.1.3
3 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 8.1
Loading...
PHP 8.0
Loading...
PHP 7.4
Loading...
PHP 7.3
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 8.1
Loading...
PHP 8.0
Loading...
PHP 7.4
Loading...
PHP 7.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.1.3 change log


- fix inappropriate xmlCleanupParser usage
- Fix PHP 8.0 compatibility (Remi Collet)
- Apply latest compat patches to bundled diffmark

requires:

  • php >=5.3
  • pearinstaller >=1.4.0
  • dom
  • libxml