summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-01 18:10:48 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-01 18:10:48 +0000
commitaff7c6a0ab4d3850037e39f7817c298a53c18215 (patch)
tree929676432e459b64dae34dab338e4ec8c224cbba /change_log.txt
parent41958a5790db3a2de6b08c8e29f96d7898b0a28c (diff)
downloadsmarty-aff7c6a0ab4d3850037e39f7817c298a53c18215.tar.gz
smarty-aff7c6a0ab4d3850037e39f7817c298a53c18215.tar.bz2
smarty-aff7c6a0ab4d3850037e39f7817c298a53c18215.zip
- improvement replaced most in_array() calls by more efficient isset() on array_flip()ed haystacks
- added notes on possible performance optimization/problem with Smarty_Security
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index d0691328..3da63ccb 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+01.10.2011
+- improvement replaced most in_array() calls by more efficient isset() on array_flip()ed haystacks
+
29.09.2011
- improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_array for index look up