As another long shot, you may try using clearstatcache() also. You don't want to cache any files you are processing, but PHP may be doing this anyway.
On Thursday, March 13, 2003, at 02:59 PM, Nicholas Fitzgerald wrote:
Actually, that was the first thing I thought of. So I set set_time_limit(0); right at the top of the script. Is it possible there is another setting for this in php.ini that I also need to deal with? I have other scripts running and I don't want to have an unlimited execution time on all of them.
Nick
-- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php