mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
- 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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user