Project

General

Profile

Actions

Bug #14642

closed

DIFF function disabled for Windows

Added by old_gaumondp about 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-04-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0beta1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

File: /t3lib/class.t3lib_diff.php

This IF make the function unavailable on Windows:

function getDiff($str1,$str2) {
if (TYPO3_OS!='WIN')

Still in http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3core/t3lib/class.t3lib_diff.php?sortby=date&view=markup
(issue imported from #M941)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14611: BE diff view of changed records not working on windowsClosedMichael Stucki2005-03-15

Actions
Actions #1

Updated by Michael Stucki about 19 years ago

I see. Can you please remove the condition and check if it would work if diff was installed? (Make sure you set the diff_path if diff.exe is outside of your $PATH environment variable.)

BTW, you can find "diff.exe" at http://typo3.sunsite.dk/software/windows/

Actions #2

Updated by old_gaumondp about 19 years ago

Tested and working already with:

if (TYPO3_OS=='WIN')

Actions #3

Updated by old_clonedyke about 19 years ago

has been reported before. patch in diff format is also provided:

http://bugs.typo3.org/view.php?id=889

also, there is another open issue for windows users which is still true for 3.8.0, which could easily be fixed:

http://bugs.typo3.org/view.php?id=888

Actions #4

Updated by Michael Stucki about 19 years ago

Fixed in CVS

Actions

Also available in: Atom PDF