ballhogjoni Posted August 28, 2008 Share Posted August 28, 2008 hey everyone, I have an xml file that is very large, when I go to parse it the script times out and gives me this error: Fatal error: Maximum execution time of 30 seconds exceeded in /home/xxxxx/public_html/xxxx/objlib/class.xmlparse.php on line 18 xml_parser_free( $parser ); //line 18 What can I do to fix this? Link to comment https://forums.phpfreaks.com/topic/121630-xml-parsing-timeout/ Share on other sites More sharing options...
awpti Posted August 28, 2008 Share Posted August 28, 2008 up your max_execution_time significantly or set it to -1 ex; max_execution_time = -1 ;Will run forever. Link to comment https://forums.phpfreaks.com/topic/121630-xml-parsing-timeout/#findComment-627593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.