mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Performance improvement: use plain array instead of ArrayObject for variable storage into templates
This commit is contained in:
@@ -17,7 +17,7 @@ use Fenom\Template;
|
||||
*/
|
||||
class Fenom
|
||||
{
|
||||
const VERSION = '1.4';
|
||||
const VERSION = '1.5';
|
||||
|
||||
/* Actions */
|
||||
const INLINE_COMPILER = 1;
|
||||
|
||||
Reference in New Issue
Block a user