- bugfix preg_replace could fail on large content resulting in a blank page https://github.com/smarty-php/smarty/issues/417

This commit is contained in:
Uwe Tews
2018-03-23 19:11:12 +01:00
parent d79af55485
commit d646d4678c
4 changed files with 89 additions and 55 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.32-dev-42';
const SMARTY_VERSION = '3.1.32-dev-43';
/**
* define variable scopes
*/