Skip to content

Commit

Permalink
- bugfix solve preg_match() hhvm parameter problem #372
Browse files Browse the repository at this point in the history
  • Loading branch information
uwetews committed Jul 21, 2017
1 parent f3325c4 commit 5a8d015
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 225 deletions.
3 changes: 2 additions & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
- 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
processes https://github.com/smarty-php/smarty/pull/377
- bugfix solve preg_match() hhvm parameter problem https://github.com/smarty-php/smarty/pull/372

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-13';
const SMARTY_VERSION = '3.1.32-dev-14';

/**
* define variable scopes
Expand Down
Loading

0 comments on commit 5a8d015

Please sign in to comment.