From: Wilfried S. <ws...@de...> - 2008-08-25 22:34:49
|
Have you checked your error log or messages logs (assumed you're on *nix)? one of a few things could be happening: you've hit the max memory limit, you've hit the max time limit, or there's a bad curl request that's segfaulting your webserver. the time limit is in php.ini, and set_time_limit() (per request) can be found at http://us2.php.net/set_time_limit memory_limit is found in php.ini curl timeouts are set with curl_setopt and can be found at http://us2.php.net/curl_setopt Cheers On Aug 25, 2008, at 17:29 , Neil Rest wrote: > I've been tinkering with cURL, trying some screen scraping. > Everything is working fine, except my php script simply stops > executing after a minute or two. > Any ideas why? > > > Neil > -- > Nei...@rc... > > Plato had defined the human being as an animal, biped and > featherless, and was applauded. Diogenes plucked a fowl and brought > it into the lecture-room with the words, 'Here is Plato's human > being.' In consequence of which there was added to the definition, > 'having broad nails'. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss |