HVM hack for ENT_DISALLOWED, #329

This commit is contained in:
madflow 2016-10-16 09:47:37 +02:00
parent f67290ee08
commit 91e3256299

View File

@ -4,6 +4,9 @@ namespace Box\Spout\Common\Escaper;
use Box\Spout\Common\Singleton;
// HVM hack https://github.com/box/spout/issues/329
defined('ENT_DISALLOWED') || define('ENT_DISALLOWED', 128);
/**
* Class ODS
* Provides functions to escape and unescape data for ODS files