Bug #14642
closedDIFF function disabled for Windows
0%
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)
Updated by Michael Stucki over 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/
Updated by old_gaumondp over 19 years ago
Tested and working already with:
if (TYPO3_OS=='WIN')
Updated by old_clonedyke over 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: