You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
I know PHP 5.2 is obsoleted, but it still worth mentioning because PHPExcel claimed to support PHP 5.2.0+.
It's caused by two libxml_disable_entity_loader() function calls in /Settings.php
Because libxml_disable_entity_loader() is not available until PHP 5.2.11.
Call to such function in previous version caused fatal error (which is muted by the @ operator).