Performance improvement: use plain array instead of ArrayObject for variable storage into templates

This commit is contained in:
Ivan Shalganov
2014-01-27 23:58:14 +04:00
parent 05a4991a5d
commit 7759df8453
4 changed files with 25 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ use Fenom\Template;
*/
class Fenom
{
const VERSION = '1.4';
const VERSION = '1.5';
/* Actions */
const INLINE_COMPILER = 1;