33 'C:/php/ImageMagick/',
34 'C:/php/GraphicsMagick/',
35 'C:/apache/ImageMagick/',
36 'C:/apache/GraphicsMagick/',
61 foreach ($this->configurationValues as $configurationKey => $configurationValue) {
62 if ($configurationKey !==
'GFX/im_path' 63 && $configurationKey !==
'GFX/im_path_lzw' 65 $currentValue = $this->configurationManager->getConfigurationValueByPath($configurationKey);
66 if ($currentValue !== $configurationValue) {
115 $imPath =
$GLOBALS[
'TYPO3_CONF_VARS'][
'GFX'][
'im_path'];
116 if (strlen($imPath) && !in_array($imPath, $searchPaths)) {
118 array_unshift($searchPaths, $path);
122 $imLzwSearchPath =
$GLOBALS[
'TYPO3_CONF_VARS'][
'GFX'][
'im_path_lzw'];
123 if (strlen($imLzwSearchPath) && !in_array($imLzwSearchPath, $searchPaths)) {
125 array_unshift($searchPaths, $path);
129 if (isset($this->postValues[
'additionalSearchPath'])
130 && strlen($this->postValues[
'additionalSearchPath'])
131 && !in_array($this->postValues[
'additionalSearchPath'], $searchPaths)
133 $path = $this->
cleanUpPath($this->postValues[
'additionalSearchPath']);
134 array_unshift($searchPaths, $path);
149 if (!preg_match(
'/[\\/]$/', $path)) {
$defaultExecutableSearchPaths
static fixWindowsFilePath($theFile)
findExecutableInPath(array $searchPaths)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]