Project

General

Profile

Bug #14523

Updated by Mathias Schreiber over 9 years ago

Cygwin is a GNU UNIX emulation layer for Windows systems. It behaves like a real UNIX system. As that, it should be recognized by Typo3. 



 



 Critical lines are: 

 line 65 in t3lib/thumbs.php 
 line 70 in typo3/init.php 
 line 56 in typo3/sysext/cms/tslib/index_ts.php 
 line 61 in typo3/sysext/cms/tslib/showpic.php 

 These should be changed to 

 define('TYPO3_OS', [-- old code --]&&!stristr(PHP_OS,'cygwin')?'WIN':''); 
 
 (issue imported from #M735)

Back