|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-09-15 16:13 UTC] aofrozen at sbcglobal dot net
Description: ------------ Copy and Global crashed after my php script run for many hours (about 4 to 6 hours) to download many files (more than 2,000 files.) from website. Often, after 4-6hrs, copy and global crashed. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 12:00:01 2025 UTC |
I found the problem and solved. It was not bug. I wrote "die("Error: You must add \"http://\" or it is not correct.\n");". That is why it was terminated. :-D.