release; } /** * {@inheritdoc} */ public function require_all_upgrades() { return false; } /** * {@inheritdoc} */ public function concern() { return $this->concern; } /** * {@inheritdoc} */ public function apply(base $appbox, Application $app) { $config = $app['phraseanet.configuration']->getConfig(); $config['h264-pseudo-streaming'] = array( 'enabled' => false, 'type' => null, 'mapping' => array(), ); $app['phraseanet.configuration']->setConfig($config); return true; } }