Comment PHP7
This commit is contained in:
parent
de8413e567
commit
5c96452849
@ -136,6 +136,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
||||
*/
|
||||
protected function _initCache()
|
||||
{
|
||||
// @todo : Remove for PHP7 Compatibility
|
||||
//MetadataCache pour la base de données
|
||||
$cache = Zend_Cache::factory('Core', 'Apc',
|
||||
array('lifetime' => 28800, 'automatic_serialization' => true),
|
||||
|
Loading…
Reference in New Issue
Block a user