diff options
| author | rodneyrehm <rodneyrehm@localhost> | 2011-10-01 18:47:56 +0000 |
|---|---|---|
| committer | rodneyrehm <rodneyrehm@localhost> | 2011-10-01 18:47:56 +0000 |
| commit | 655cbc94bc6174918a9c0314b0503f0abc9a5d16 (patch) | |
| tree | a82733efc73f92e2d91e313f7b6c0cebfbebf419 /change_log.txt | |
| parent | aff7c6a0ab4d3850037e39f7817c298a53c18215 (diff) | |
| download | smarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.tar.gz smarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.tar.bz2 smarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.zip | |
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
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 3da63ccb..d1b0c273 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,7 @@ ===== trunk ===== 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]) 29.09.2011 - improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_array for index look up |
