diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-15 06:43:36 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-15 06:43:36 +0200 |
| commit | f95b81a6f9c3976b6c88e1d776ff54767efbc3f2 (patch) | |
| tree | 9787e96c6645ab8fde83df4aa398c29f4ea8882d /change_log.txt | |
| parent | 58b6472d4f45d1919d228bd6b88a0bd962db2395 (diff) | |
| download | smarty-f95b81a6f9c3976b6c88e1d776ff54767efbc3f2.tar.gz smarty-f95b81a6f9c3976b6c88e1d776ff54767efbc3f2.tar.bz2 smarty-f95b81a6f9c3976b6c88e1d776ff54767efbc3f2.zip | |
- bugfix calling $smarty->isCached() on a not existing cache file with $smarty->cache_locking = true; could cause a 10 second delay http://www.smarty.net/forums/viewtopic.php?t=26282
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 e94baf5c..7c85e363 100644 --- a/change_log.txt +++ b/change_log.txt @@ -3,6 +3,7 @@ - bugfix assigning a variable in if condition by function like {if $value = array_shift($array)} the function got called twice https://github.com/smarty-php/smarty/issues/291 - bugfix function plugins called with assign attribute like {foo assign='bar'} did not output returned content because because assumption was made that it was assigned to a variable https://github.com/smarty-php/smarty/issues/292 + - bugfix calling $smarty->isCached() on a not existing cache file with $smarty->cache_locking = true; could cause a 10 second delay http://www.smarty.net/forums/viewtopic.php?t=26282 11.09.2016 - improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288 |
