mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
*** empty log message ***
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,9 +1,9 @@
|
||||
- made cache reading process more efficient (Monte)
|
||||
- fixed bug, is_cached() now supports new 1.4.6 caching behavior (Monte)
|
||||
- update FAQ with mailing list Reply-To header FAQ (Monte)
|
||||
- made cache reading process more efficient. (Monte)
|
||||
- fixed bug, is_cached() now supports new 1.4.6 caching behavior. (Monte)
|
||||
- update FAQ with mailing list Reply-To header FAQ. (Monte)
|
||||
- supress error messages for fopen(), fix cache to regenerate if cache
|
||||
file is not available (i.e. cluster race condition) (Monte)
|
||||
- added index key example to QUICKSTART guide (Monte)
|
||||
file is not available (i.e. cluster race condition). (Monte)
|
||||
- added index key example to QUICKSTART guide. (Monte)
|
||||
|
||||
Version 1.4.6
|
||||
-------------
|
||||
|
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
require 'Smarty.class.php';
|
||||
|
||||
$smarty = new Smarty;
|
||||
|
||||
$smarty->compile_check = true;
|
||||
|
Reference in New Issue
Block a user