1
0

Update Cache-Lite to 1.8.3

Compatibility with PHP 7.4
This commit is contained in:
onli
2021-03-05 08:21:36 +01:00
parent 54efde550e
commit f7d0e4530c
4 changed files with 46 additions and 4 deletions

View File

@@ -65,6 +65,16 @@ class Cache_Lite_File extends Cache_Lite
return $this->raiseError('Cache_Lite_File : Unable to read masterFile : '.$this->_masterFile, -3);
}
}
/**
* PHP4 constructor for backwards compatibility with older code
*
* @param array $options Options
*/
function Cache_Lite_File($options = array(NULL))
{
self::__construct($options);
}
/**
* Test if a cache is available and (if yes) return it