Здравствуйте.
У мен уже как давно такое.....
Периодически скрипт перестает работать. И все. Смотрю лог ошибок. Есть всякие такие
Цитата |
[Tue Mar 16 04:20:34 2010] [error] [client 89.253.22.116] PHP Warning: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/ymqw7289/www.xxx.ru/public_html/whois_file_parser/site_page_parser.php on line 23, referer: http://xxx.ru/whois_file_parser/part_2.php [Tue Mar 16 04:20:34 2010] [error] [client 89.253.22.116] PHP Warning: file_get_contents(http://FASHIONFACE.RU) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: Success in /home/ymqw7289/www.xxx.ru/public_html/whois_file_parser/site_page_parser.php on line 23, referer: http://xxx.ru/whois_file_parser/part_2.php [Tue Mar 16 04:20:34 2010] [error] [client 89.253.22.116] PHP Notice: Undefined offset: 0 in /home/ymqw7289/www.xxx.ru/public_html/whois_file_parser/site_page_parser.php on line 30, referer: http://xxx.ru/whois_file_parser/part_2.php |
$fp=fopen('log.txt','a');
fwrite($fp,$url.' '.date('H:i:s d.m.Y'));
fclose($fp);
Цитата |
PHP Warning: file_get_contents(http://FASHIONFACE.RU) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream |
$log = "\r\n".'Goto sleep on 5 seconds.';//ob_get_contents(); ob_flush();flush(); ob_end_flush();вот вкратце мой код
fwrite($log_file,$log);
sleep(5);
$log = "\r\n".'*';
$ctx = stream_context_create(array(
'http' => array(
'timeout' => 1
)
)
);
file_get_contents("http://example.com/", 0, $ctx);
Цитата |
[Wed Mar 17 14:16:13 2010] [error] [client 84.22.142.80] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in .... |