From eabbcf097e7d43d9b5e6701348210e2e1f8859c8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 30 Jul 2016 05:09:16 -0400 Subject: [PATCH 1/2] bumped Symfony version to 2.8.10 --- src/Symfony/Component/HttpKernel/Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index e8dd596cad1e2..172435207e37b 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '2.8.9'; - const VERSION_ID = 20809; + const VERSION = '2.8.10-DEV'; + const VERSION_ID = 20810; const MAJOR_VERSION = 2; const MINOR_VERSION = 8; - const RELEASE_VERSION = 9; - const EXTRA_VERSION = ''; + const RELEASE_VERSION = 10; + const EXTRA_VERSION = 'DEV'; const END_OF_MAINTENANCE = '11/2018'; const END_OF_LIFE = '11/2019'; From 6703b416d8e7edc2fd04a214b317ea4a189cac51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Aug 2016 09:21:03 +0200 Subject: [PATCH 2/2] Relax 1 test failing with latest PHP versions Related to php bug #52646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2 --- .../Component/VarDumper/Tests/Caster/SplCasterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php index c6d247e776777..7ed5339ca17d5 100644 --- a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php @@ -94,10 +94,10 @@ public function testCastFileObject() file: true dir: false link: false -%AcsvControl: array:2 [ +%AcsvControl: array:%d [ 0 => "," 1 => """ - ] +%A] flags: DROP_NEW_LINE|SKIP_EMPTY maxLineLen: 0 fstat: array:26 [