web/wp-includes/Text/Diff/Engine/shell.php
changeset 194 32102edaa81b
parent 136 bde1974c263b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     3  * Class used internally by Diff to actually compute the diffs.
     3  * Class used internally by Diff to actually compute the diffs.
     4  *
     4  *
     5  * This class uses the Unix `diff` program via shell_exec to compute the
     5  * This class uses the Unix `diff` program via shell_exec to compute the
     6  * differences between the two input arrays.
     6  * differences between the two input arrays.
     7  *
     7  *
     8  * $Horde: framework/Text_Diff/Diff/Engine/shell.php,v 1.8 2008/01/04 10:07:50 jan Exp $
     8  * Copyright 2007-2010 The Horde Project (http://www.horde.org/)
     9  *
       
    10  * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
       
    11  *
     9  *
    12  * See the enclosed file COPYING for license information (LGPL). If you did
    10  * See the enclosed file COPYING for license information (LGPL). If you did
    13  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    11  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
    14  *
    12  *
    15  * @author  Milian Wolff <mail@milianw.de>
    13  * @author  Milian Wolff <mail@milianw.de>