mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user