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
New ReaderConfiguration property: $xml_reader_flags (settable via setXmlReaderFlags())
Will be given to any usage of XMLReader, allowing declaration of libxml constants such as LIBXML_PARSEHUGE.
Added dependency to ext-libxml in composer.json. (Was already required before, but wasn't explicitly noted as such.)
Fixed issues with system date/time format specifications in XLSX file.