Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/http-kernel/Kernel.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
line wrap: on
line diff
--- a/vendor/symfony/http-kernel/Kernel.php Fri Feb 23 15:51:18 2018 +0000 +++ b/vendor/symfony/http-kernel/Kernel.php Fri Feb 23 15:52:07 2018 +0000 @@ -58,11 +58,11 @@ protected $startTime; protected $loadClassCache; - const VERSION = '3.2.8'; - const VERSION_ID = 30208; + const VERSION = '3.2.13'; + const VERSION_ID = 30213; const MAJOR_VERSION = 3; const MINOR_VERSION = 2; - const RELEASE_VERSION = 8; + const RELEASE_VERSION = 13; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '07/2017'; @@ -729,7 +729,7 @@ $output .= $rawChunk; - if (PHP_VERSION_ID >= 70000) { + if (\PHP_VERSION_ID >= 70000) { // PHP 7 memory manager will not release after token_get_all(), see https://bugs.php.net/70098 unset($tokens, $rawChunk); gc_mem_caches();