Type |
Line |
Description |
TODO |
20 |
getter and setter instead of public properties would allow cultivating an internal cache properly |
TODO |
20 |
current implementation of isTrustedResourceDir() assumes that Smarty::$template_dir and Smarty::$config_dir are immutable |
TODO |
20 |
the cache is killed every time either of the variables change. That means that two distinct Smarty objects with differing |
TODO |
20 |
$template_dir or $config_dir should NOT share the same Smarty_Security instance as this would lead to (severe) performance penalty! how should this be handled? |