> Just to be sure, does error_log ($text, 3, $logpath); > use an internal exclusive lock mechanism internally when writing to a > log file? I'm wary of corrupting my log files. Yes, I believe it handles it: http://cvs.php.net/co.php/php-src/main/main.c?r=1.614#373 H