PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

Fixed Segmentation fault when reading big xlsx files. #1310

Open aliusa opened 6 years ago

aliusa commented 6 years ago

When reading 19.02MB XLSX file I encouter Segmentation fault. The problem when loading string into simplexml_load_string().

Solution: Added XML parser xml_parse(), if it fails - throws error with xml error.

Now I get No memory xml error.