» Version | » Information |
---|---|
1.2.3 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.2.2 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.1.1 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.1.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.3.2 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.3.1 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.2.1 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.1.1 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.0.5 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.0.4 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.0.3 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-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:
|
0.0.2 |
Easy InstallNot sure? Get more info. pear install Text_Diff-0.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Text_Diff-0.0.2 Release date: 2004-04-21 08:23 UTC Release state: alpha Release uploaded by: pmjones Changelog: Added xdiff support Dependencies:
|