From 0061732d315e7fb2d3c6da9131bb82e17e0f5b36 Mon Sep 17 00:00:00 2001 From: "Bruno O. Notario" Date: Tue, 30 Apr 2019 20:41:09 -0300 Subject: [PATCH] bug fix Phpfastcache options --- README.md | 2 +- .../lib/Phpfastcache/Config/ConfigurationOption.php | 4 ++-- system/engine/VERSION | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 425de27..8355889 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Phacil-framework -[![GitHub version](https://badge.fury.io/gh/exacti%2Fphacil-framework.svg)](https://badge.fury.io/gh/exacti%2Fphacil-framework) ![GitHub](https://img.shields.io/github/license/exacti/phacil-framework.svg) ![GitHub top language](https://img.shields.io/github/languages/top/exacti/phacil-framework.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/exacti/phacil-framework.svg) ![GitHub issues](https://img.shields.io/github/issues/exacti/phacil-framework.svg) ![PHP Version](https://img.shields.io/badge/php-%3E%3D5.3.29-blue.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/exacti/phacil-framework.svg) ![GitHub Release Date](https://img.shields.io/github/release-date/exacti/phacil-framework.svg) ![GitHub release](https://img.shields.io/github/release/exacti/phacil-framework.svg) + ![GitHub](https://img.shields.io/github/license/exacti/phacil-framework.svg) ![GitHub top language](https://img.shields.io/github/languages/top/exacti/phacil-framework.svg) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/exacti/phacil-framework.svg) ![GitHub issues](https://img.shields.io/github/issues/exacti/phacil-framework.svg) ![PHP Version](https://img.shields.io/badge/php-%3E%3D5.3.29-blue.svg) ![GitHub last commit](https://img.shields.io/github/last-commit/exacti/phacil-framework.svg) ![GitHub Release Date](https://img.shields.io/github/release-date/exacti/phacil-framework.svg) ![GitHub release](https://img.shields.io/github/release/exacti/phacil-framework.svg) A super easy PHP Framework for web development! diff --git a/system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php b/system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php index 2392f74..4a76970 100644 --- a/system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php +++ b/system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php @@ -109,13 +109,13 @@ class ConfigurationOption extends ArrayObject implements ConfigurationOptionInte * Detect unwanted keys and throw an exception. * No more kidding now, it's 21th century. */ - if (\array_diff_key($array, \get_object_vars($this))) { + /*if (\array_diff_key($array, \get_object_vars($this))) { throw new PhpfastcacheInvalidConfigurationException(\sprintf( 'Invalid option(s) for the config %s: %s', static::class, \implode(', ', \array_keys(\array_diff_key($array, \get_object_vars($this)))) )); - } + }*/ foreach (\get_object_vars($this) as $property => $value) { diff --git a/system/engine/VERSION b/system/engine/VERSION index 6261a05..d5e98f7 100644 --- a/system/engine/VERSION +++ b/system/engine/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file