From 4cee0d3fcb322aecb72d11c5696ccfe6f03956bf Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Thu, 13 Feb 2020 08:56:32 +0100 Subject: [PATCH] Update PHP to 7.2.27 --- .phpbenchmarks/config.yml | 26 +++++++++++++------------- .phpbenchmarks/php/7.2/composer.lock | 4 ++-- composer.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 20dedb9..82e34d4 100644 --- a/.phpbenchmarks/config.yml +++ b/.phpbenchmarks/config.yml @@ -6,18 +6,18 @@ benchmark: sourceCode: entryPoint: public/index.php urls: - template: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php' - templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L6' - templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/templates/layout/layout_start.php#L10' - templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L8' - templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L4032' - templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#8056' - templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#28077' - templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L5933' - templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L58133' - templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L67155' - templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L71177' - templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.2.26_templating-big-overload_0/public/index.php#L91208' + template: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php' + templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L6' + templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/templates/layout/layout_start.php#L10' + templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L8' + templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L4032' + templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#8056' + templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#28077' + templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L5933' + templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L58133' + templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L67155' + templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L71177' + templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.2.27_templating-big-overload_0/public/index.php#L91208' coreDependency: name: php - version: 7.2.26 + version: 7.2.27 diff --git a/.phpbenchmarks/php/7.2/composer.lock b/.phpbenchmarks/php/7.2/composer.lock index 28dccdd..476bd7e 100644 --- a/.phpbenchmarks/php/7.2/composer.lock +++ b/.phpbenchmarks/php/7.2/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5c56b4d3dcd0a537b76583620c81b75d", + "content-hash": "a7ccd9cc8e6a904e95c637360f037586", "packages": [], "packages-dev": [], "aliases": [], @@ -13,7 +13,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.2.26" + "php": "7.2.27" }, "platform-dev": [] } diff --git a/composer.json b/composer.json index 3a6f167..dd5cf6c 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "license": "proprietary", "type": "project", "require": { - "php": "7.2.26" + "php": "7.2.27" } -} \ No newline at end of file +}