Hi all,
I have been trying to parse a 250MB xml file using PHP5's XMLReader.
This is working perfectly for small files but stops mid process (without any error messages) after about 10 seconds when processing test xml files around 16MB.
Has anyone got any suggestions??
Thanks in advance
I have been trying to parse a 250MB xml file using PHP5's XMLReader.
This is working perfectly for small files but stops mid process (without any error messages) after about 10 seconds when processing test xml files around 16MB.
Has anyone got any suggestions??
Thanks in advance
Comment