summaryrefslogtreecommitdiff
path: root/NEW_FEATURES.txt
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2015-01-22 04:07:58 +0100
committerUwe Tews <uwe.tews@googlemail.com>2015-01-22 04:07:58 +0100
commite4e3e176c03aaea2294a69c11a8bc165ec758ba9 (patch)
tree40f37202e1cef894235c659dd20ab4dc6da65700 /NEW_FEATURES.txt
parent1a781b39b19c64aac0a97610a77cc93dd41a34d0 (diff)
downloadsmarty-e4e3e176c03aaea2294a69c11a8bc165ec758ba9.tar.gz
smarty-e4e3e176c03aaea2294a69c11a8bc165ec758ba9.tar.bz2
smarty-e4e3e176c03aaea2294a69c11a8bc165ec758ba9.zip
add note
Diffstat (limited to 'NEW_FEATURES.txt')
-rw-r--r--NEW_FEATURES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt
index 07700c95..cc126c5a 100644
--- a/NEW_FEATURES.txt
+++ b/NEW_FEATURES.txt
@@ -35,6 +35,7 @@ Smarty 3.1.22
To disable access for all methods of all classes set $trusted_static_methods = null;
The default value is an empty array() which does enables all methods of all classes, but for backward compatibility
the setting of $static_classes will be checked.
+ Note: That this security check is performed at compile time.
- trusted static properties -
The Smarty_Security class has the new property $trusted_static_properties to restrict access to static properties.
@@ -47,6 +48,7 @@ Smarty 3.1.22
To disable access for all properties of all classes set $trusted_static_properties = null;
The default value is an empty array() which does enables all properties of all classes, but for backward compatibility
the setting of $static_classes will be checked.
+ Note: That this security check is performed at compile time.