Merge pull request #377 from a-shpota/fix-writefile-sysplugin

fix 'mkdir(): File exists' error on create directory from parallel processes
This commit is contained in:
Uwe Tews
2017-07-21 06:46:13 +02:00
parent ba2de9721b
commit f3325c4923
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
21.7.2017 21.7.2017
- security possible PHP code injection on custom resources at display() or fetch() - security possible PHP code injection on custom resources at display() or fetch()
calls if the resource does not sanitize the template name 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 27.5.2017
- bugfix change compiled code for registered function and modifiers to called as callable to allow closures - bugfix change compiled code for registered function and modifiers to called as callable to allow closures

View File

@@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '3.1.32-dev-12'; const SMARTY_VERSION = '3.1.32-dev-13';
/** /**
* define variable scopes * define variable scopes