fenom-template / fenom

Template Engine for PHP. Maintainers wanted!
Other
446 stars 108 forks source link

Полное наследование шаблона #244

Closed hashstudio closed 8 years ago

hashstudio commented 8 years ago

base.tpl

<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    {* Title, description, keywords *}
    {block seo}{/block}

    {* Another head information *}
    {block head}{/block}
</head>
<body>
    123
</body>
</html>

index.tpl

{extends "base.tpl"}

При попытке отображения шаблона index.tpl получаю

[Thu Aug 04 10:52:36.752293 2016] [:error] [pid 29419] [client 127.0.0.1:53258] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in */vendor/fenom/fenom/src/Fenom/Template.php on line 523
bzick commented 8 years ago

Этот баг имеет ту же природу то и #247 и исправлен в 2.11.2