Top Level :: Text

Package Information: Text_Diff

Show All Changelogs

» Version » Information
1.2.3

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.2.3

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.2.3

Download

For manual installation only

1.2.3


Release date: 2024年03月10日 13:36 UTC
Release state: stable
Release uploaded by: ashnazg

Changelog:

PR #6: Fix: Do not use strings as arguments to assert()
PR #7: Fix: Do not use each()
PR #8: Fix Deprecated: Creation of dynamic property + loops for $matches

Dependencies:
  • PHP Version: PHP 5.3.0 or newer
  • PEAR Package: PEAR Installer 1.9.0 or newer
  • PHP Extension: xdiff (optional)
1.2.2

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.2.2

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.2.2

Download

For manual installation only

1.2.2


Release date: 2017年03月08日 10:12 UTC
Release state: stable
Release uploaded by: cweiske

Changelog:

* Fully use PHP5 constructors
* Make statically called method static

Dependencies:
  • PHP Version: PHP 5.3.0 or newer
  • PEAR Package: PEAR Installer 1.9.0 or newer
  • PHP Extension: xdiff (optional)
1.2.1

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.2.1

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.2.1

Download

For manual installation only

1.2.1


Release date: 2015年09月18日 20:22 UTC
Release state: stable
Release uploaded by: cweiske

Changelog:

* Use PHP5 style class constructors [cweiske]
* Fix strict standards error messages for PHP 5.6 [Julien Boulen]

Dependencies:
  • PHP Version: PHP 5.2.0 or newer
  • PEAR Package: PEAR Installer 1.9.0 or newer
  • PHP Extension: xdiff (optional)
1.2.0

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.2.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.2.0

Download

For manual installation only

1.2.0


Release date: 2015年07月16日 00:21 UTC
Release state: stable
Release uploaded by: cweiske

Changelog:

* Add PHP 7 compatibility; drop PHP 4 compatibility

Dependencies:
  • PHP Version: PHP 5.2.0 or newer
  • PEAR Package: PEAR Installer 1.9.0 or newer
  • PHP Extension: xdiff (optional)
1.1.1

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.1.1

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.1.1

Download

For manual installation only

1.1.1


Release date: 2009年07月24日 15:33 UTC
Release state: stable
Release uploaded by: yunosh

Changelog:

* Make sure that the diff string ends with a line break (PEAR Bug #14533).
* Fix notices if xdiff engine creates empty lines (PEAR Bug #16240).
* Fix inline renderer if xdiff extension is installed.

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

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.1.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.1.0

Download

For manual installation only

1.1.0


Release date: 2008年09月10日 04:58 UTC
Release state: stable
Release uploaded by: yunosh

Changelog:

* Add countAddedLines() and countDeletedLines() methods (Christian King, PEAR Request #13183).
* Improve string engine if patch data has no header (PEAR Bug #14533).
* Fix autodetection of diff type in string engine (PEAR Bug #14625).

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

Easy Install

Not sure? Get more info.

pear install Text_Diff-1.0.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-1.0.0

Download

For manual installation only

1.0.0


Release date: 2008年01月31日 23:53 UTC
Release state: stable
Release uploaded by: chagenbu

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.2

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.3.2

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.3.2

Download

For manual installation only

0.3.2


Release date: 2008年01月04日 05:29 UTC
Release state: beta
Release uploaded by: yunosh

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.1

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.3.1

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.3.1

Download

For manual installation only

0.3.1


Release date: 2007年10月28日 00:52 UTC
Release state: beta
Release uploaded by: chagenbu

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.0

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.3.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.3.0

Download

For manual installation only

0.3.0


Release date: 2007年09月20日 20:36 UTC
Release state: beta
Release uploaded by: chagenbu

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.1

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.2.1

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.2.1

Download

For manual installation only

0.2.1


Release date: 2006年02月05日 19:23 UTC
Release state: beta
Release uploaded by: yunosh

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.0

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.2.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.2.0

Download

For manual installation only

0.2.0


Release date: 2006年01月06日 11:18 UTC
Release state: beta
Release uploaded by: yunosh

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.1

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.1.1

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.1.1

Download

For manual installation only

0.1.1


Release date: 2005年08月19日 08:17 UTC
Release state: beta
Release uploaded by: yunosh

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.0

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.1.0

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.1.0

Download

For manual installation only

0.1.0


Release date: 2005年08月16日 13:58 UTC
Release state: beta
Release uploaded by: yunosh

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.5

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.0.5

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.0.5

Download

For manual installation only

0.0.5


Release date: 2005年05月04日 18:07 UTC
Release state: beta
Release uploaded by: yunosh

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.4

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.0.4

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.0.4

Download

For manual installation only

0.0.4


Release date: 2004年10月13日 05:38 UTC
Release state: beta
Release uploaded by: yunosh

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.3

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.0.3

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.0.3

Download

For manual installation only

0.0.3


Release date: 2004年05月13日 10:59 UTC
Release state: beta
Release uploaded by: chagenbu

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.2

Easy Install

Not sure? Get more info.

pear install Text_Diff-0.0.2

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Text_Diff-0.0.2

Download

For manual installation only

0.0.2


Release date: 2004年04月21日 08:23 UTC
Release state: alpha
Release uploaded by: pmjones

Changelog:

Added xdiff support

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

AltStyle によって変換されたページ (->オリジナル) /