reverted the early registration of extensions (extensions are now loaded as before...
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 30 Nov 2012 18:49:04 +0000 (19:49 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 30 Nov 2012 20:04:23 +0000 (21:04 +0100)
commit44873875ff6ca50c654e3bd28fe19b7ce5108f42
treebf8975b58c24eac7f1ee7fbfde66b8e3c92d9c7e
parentb58df0e1ae4b664f561bfaeffdb673829daa6b79
reverted the early registration of extensions (extensions are now loaded as before -- as late as possible) -- closes #910
CHANGELOG
lib/Twig/Environment.php
lib/Twig/Extension/Staging.php [new file with mode: 0644]
test/Twig/Tests/EnvironmentTest.php