Maximum function nesting level of '100' reached, aborting
问题 I want to create a crawler who take the informations of all pages one by one from number 0 to 10 000 000. I don't matter how much time it takes. I just want it works. Here is the error i obtain Fatal error: Maximum function nesting level of '100' reached, aborting! in D:\wamp\www\crawler\index.php on line 25 The line 25 is $htmlstr = (string)$this->curlGet($url); And there is my complete script. Thank you for your help ! header('Content-Type: text/html; charset=utf-8'); ini_set('max_input