HVM hack for ENT_DISALLOWED, #329
This commit is contained in:
parent
f67290ee08
commit
91e3256299
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user