uwetews
|
2003020df9
|
- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user may have defined it to something else https://github.com/smarty-php/smarty/issues/277
|
2016-08-23 08:03:39 +02:00 |
|
uwetews
|
d854219696
|
- bugfix avoid opcache_invalidate to result in ErrorException when opcache.restrict_api is not empty https://github.com/smarty-php/smarty/pull/244
|
2016-07-18 19:45:30 +02:00 |
|
uwetews
|
b04486a091
|
- reformat all code for unique style
|
2016-02-09 01:27:15 +01:00 |
|
uwetews
|
ca48e93f00
|
force opcache invalidation
|
2015-12-27 05:42:30 +01:00 |
|
uwetews
|
017120c1ef
|
- bugfix a call to clearAllCache() and other should clear all internal template object caches (forum topic 25828)
|
2015-12-15 03:37:13 +01:00 |
|
uwetews
|
0eb7f4b8d1
|
- improvement invalidate OPCACHE for cleared compiled and cached template files (forum topic 25557)
|
2015-09-15 00:15:12 +02:00 |
|
uwetews
|
189b2af115
|
- optimize invalidation of internal caches
|
2015-08-23 05:27:16 +02:00 |
|
uwetews
|
87985d1243
|
- move caching to Smarty::_cache
|
2015-08-23 01:39:18 +02:00 |
|
Uwe Tews
|
643e6784e8
|
- bugfix Smarty failed when compile_id did contain "|"
|
2015-08-06 21:42:20 +02:00 |
|
Uwe Tews
|
f2585a035c
|
- rework clear cache methods
|
2015-08-03 05:40:34 +02:00 |
|
Uwe Tews
|
f61084f70f
|
move Smarty::clear() into extension
|
2015-07-20 04:38:13 +02:00 |
|