Top Level :: Text

Package Information: Text_Diff

Show All Changelogs
» Version » Information
1.0.0Download

Release date: 2008-02-01 04:53 UTC
Release state: stable

Changelog:

* Stable release; final non-bugfix PHP 4 release.

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: xdiff (optional)
0.3.2Download

Release date: 2008-01-04 10:29 UTC
Release state: beta

Changelog:

* Fixed assertion in the native engine with PHP 5 (PEAR Bug #12740).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: xdiff (optional)
0.3.1Download

Release date: 2007-10-28 04:52 UTC
Release state: beta

Changelog:

* Fixed off-by-one errors with line numbers in default renderer output (Milian Wolff, PEAR Bugs #7839, #12111).
* Restore compatibility with PHP 4 in the shell diff engine.

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: xdiff (optional)
0.3.0Download

Release date: 2007-09-21 00:36 UTC
Release state: beta

Changelog:

* Converted to package.xml 2.0.
* Added context diff renderer.
* Stripped nul characters to avoid infinite loops (PEAR bug #7921).
* Fix assertion with PHP 5 (PEAR bug #10423).
* Add shell diff engine (PEAR bug #12051).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: xdiff (optional)
0.2.1Download

Release date: 2006-02-06 00:23 UTC
Release state: beta

Changelog:

* Fix Text_Diff::reverse() method with PHP 5 (PEAR Bug #6699).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: xdiff (optional)
0.2.0Download

Release date: 2006-01-06 16:18 UTC
Release state: beta

Changelog:

* Fix reference warnings with PHP 4.4 and PHP 5.1.
* Fix too many trailing context lines for the last diff chunk. (PEAR Bug #6251).
* Add diff engine for existing diffs/patches (Örjan Persson, PEAR Request #5373).
* Fix problems with numbers, whitespace-only changes and the inline renderer (PEAR Bug #6428.

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: xdiff (optional)
0.1.1Download

Release date: 2005-08-19 12:17 UTC
Release state: beta

Changelog:

* Restore compatibility with PHP 4.2.0 (PEAR Bug #5152).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: xdiff (optional)
0.1.0Download

Release date: 2005-08-16 17:58 UTC
Release state: beta

Changelog:

* Fix Renderer::getParams() (PEAR Bug #4549)
* Encode HTML entities in the inline renderer (Horde Bug #2181)
* Fix endless loop in inline renderer with certain whitespaces (PEAR Bug #4879)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: xdiff (optional)
0.0.5Download

Release date: 2005-05-04 22:07 UTC
Release state: beta

Changelog:

* Fixed variable name in Text_MappedDiff.
* Removed output buffering code.
* Fixed additional empty lines being added with the inline renderer (Bug 3730).
* Fixed multiple calls to _endBlock per block (Bug 4065).

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: xdiff (optional)
0.0.4Download

Release date: 2004-10-13 09:38 UTC
Release state: beta

Changelog:

- Generalized Diff Renderer parameter handling.
- Added an inline renderer contributed by Ciprian Popovici (ciprian@zuavra.net).
- Fixed PHPDoc.
- Fixed a PHP 5 incompatibility.

Dependencies:
  • PHP Version: PHP 4.2.0+ or newer
  • PHP Extension: xdiff (optional)
0.0.3Download

Release date: 2004-05-13 14:59 UTC
Release state: beta

Changelog:

Renamed final() and orig() methods to avoid conflict with final keyword in PHP5

Dependencies:
  • PHP Version: PHP 4.2.0+ or newer
  • PHP Extension: xdiff (optional)
0.0.2Download

Release date: 2004-04-21 12:23 UTC
Release state: alpha

Changelog:

Added xdiff support

Dependencies:
  • PHP Version: PHP 4.2.0+ or newer
  • PHP Extension: xdiff (optional)