Comment PHP7

This commit is contained in:
Michael RICOIS 2017-01-05 11:06:18 +01:00
parent de8413e567
commit 5c96452849

View File

@ -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),