Skip to content

Commit

Permalink
Merge pull request #377 from a-shpota/fix-writefile-sysplugin
Browse files Browse the repository at this point in the history
fix 'mkdir(): File exists' error on create directory from parallel processes
  • Loading branch information
uwetews committed Jul 21, 2017
1 parent ba2de97 commit f3325c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3325c4

Please sign in to comment.