2 namespace TYPO3\CMS\Core\Configuration;
79 'SYS/caching/cacheConfigurations',
234 foreach ($pairs as $path => $value) {
252 foreach ($keys as $path) {
274 return @is_writable($this->pathTypo3Conf) && (!file_exists($fileLocation) || @is_writable($fileLocation));
288 if (is_array($localConfiguration)) {
291 $GLOBALS[
'TYPO3_CONF_VARS'] = $defaultConfiguration;
293 throw new \UnexpectedValueException(
'LocalConfiguration invalid.', 1349272276);
316 throw new \RuntimeException(
348 PATH_site . $this->additionalConfigurationFile,
350 implode(LF, $additionalConfigurationLines) . LF
366 throw new \RuntimeException(
367 'LocalConfiguration.php exists already',
373 if (file_exists($additionalFactoryConfigurationFileLocation)) {
374 $additionalFactoryConfigurationArray = require $additionalFactoryConfigurationFileLocation;
376 $localConfigurationArray,
377 $additionalFactoryConfigurationArray
392 foreach ($this->whiteListedLocalConfigurationPaths as $whiteListedPath) {