comparison vendor/symfony/var-dumper/Dumper/CliDumper.php @ 13:5fb285c0d0e3

Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've been lucky to get away with this so far, as we don't support self-registration which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5 was vulnerable to.
author Chris Cannam
date Mon, 23 Apr 2018 09:33:26 +0100
parents 7a779792577d
children c2387f117808
comparison
equal deleted inserted replaced
12:7a779792577d 13:5fb285c0d0e3
495 } 495 }
496 } 496 }
497 497
498 if ('\\' === DIRECTORY_SEPARATOR) { 498 if ('\\' === DIRECTORY_SEPARATOR) {
499 static::$defaultColors = @( 499 static::$defaultColors = @(
500 '10.0.10586' === PHP_WINDOWS_VERSION_MAJOR.'.'.PHP_WINDOWS_VERSION_MINOR.'.'.PHP_WINDOWS_VERSION_BUILD 500 function_exists('sapi_windows_vt100_support') && sapi_windows_vt100_support($this->outputStream)
501 || '10.0.10586' === PHP_WINDOWS_VERSION_MAJOR.'.'.PHP_WINDOWS_VERSION_MINOR.'.'.PHP_WINDOWS_VERSION_BUILD
501 || false !== getenv('ANSICON') 502 || false !== getenv('ANSICON')
502 || 'ON' === getenv('ConEmuANSI') 503 || 'ON' === getenv('ConEmuANSI')
503 || 'xterm' === getenv('TERM') 504 || 'xterm' === getenv('TERM')
504 ); 505 );
505 } elseif (function_exists('posix_isatty')) { 506 } elseif (function_exists('posix_isatty')) {