TheoChevalier / typolib

Home of the Typolib’ project
http://typolib.theochevalier.fr
0 stars 6 forks source link

Find if we can handle huge file (more than 10 mb) #105

Open LeaMiage opened 9 years ago

LeaMiage commented 9 years ago

LIBXML_PARSEHUGE constant Maybe use simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_PARSEHUGE) Or downgrade libxml to 2.6 or 2.7 version.

TheoChevalier commented 9 years ago

http://framework.zend.com/manual/current/en/modules/zend.i18n.translating.html#supported-formats

But we should be looking at other solutions :/