Update Cache-Lite to 1.8.3
Compatibility with PHP 7.4
This commit is contained in:
@@ -31,6 +31,16 @@ class Cache_Lite_Output extends Cache_Lite
|
||||
parent::__construct($options);
|
||||
}
|
||||
|
||||
/**
|
||||
* PHP4 constructor for backwards compatibility with older code
|
||||
*
|
||||
* @param array $options Options
|
||||
*/
|
||||
function Cache_Lite_Output($options = array(NULL))
|
||||
{
|
||||
self::__construct($options);
|
||||
}
|
||||
|
||||
/**
|
||||
* Start the cache
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user