From f3325c49234a657ac0079b229096d34b3b604292 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Fri, 21 Jul 2017 06:46:13 +0200 Subject: [PATCH] Merge pull request #377 from a-shpota/fix-writefile-sysplugin fix 'mkdir(): File exists' error on create directory from parallel processes --- change_log.txt | 2 ++ libs/Smarty.class.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 7ab4888f..1f6e4f62 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,6 +2,8 @@ 21.7.2017 - security possible PHP code injection on custom resources at display() or fetch() calls if the resource does not sanitize the template name + - bugfix fix 'mkdir(): File exists' error on create directory from parallel + processes https://github.com/smarty-php/smarty/pull/377 27.5.2017 - bugfix change compiled code for registered function and modifiers to called as callable to allow closures diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index c3e57297..9ea47469 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.32-dev-12'; + const SMARTY_VERSION = '3.1.32-dev-13'; /** * define variable scopes