diff options
| author | rodneyrehm <rodneyrehm@localhost> | 2011-10-01 19:11:28 +0000 |
|---|---|---|
| committer | rodneyrehm <rodneyrehm@localhost> | 2011-10-01 19:11:28 +0000 |
| commit | 9bd3520d97f692c59f98fa644952d876bb3574bf (patch) | |
| tree | 76a88df9b5a0d89d29060478fcfce0c5ebdab958 /change_log.txt | |
| parent | 655cbc94bc6174918a9c0314b0503f0abc9a5d16 (diff) | |
| download | smarty-9bd3520d97f692c59f98fa644952d876bb3574bf.tar.gz smarty-9bd3520d97f692c59f98fa644952d876bb3574bf.tar.bz2 smarty-9bd3520d97f692c59f98fa644952d876bb3574bf.zip | |
- improvement Smarty_Internal_Utility::clearCompiledTemplate() removed redundant strlen()s
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index d1b0c273..7d4647e3 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,6 +2,7 @@ 01.10.2011 - improvement replaced most in_array() calls by more efficient isset() on array_flip()ed haystacks - improvement replaced some strlen($foo) > 3 calls by isset($foo[3]) +- improvement Smarty_Internal_Utility::clearCompiledTemplate() removed redundant strlen()s 29.09.2011 - improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_array for index look up |
