* Thus wrote Merlin ([EMAIL PROTECTED]): > > most likely a php script is using syslog() to report that > > 'ProductInfo finished'. > > what is syslog and which ProductInfo? Can you be more specific?
syslog() is a phpfunction that allows php script to write to the phplog file. http://php.net/syslog I'm not entirely sure what the ProductInfo is. I'm assuming it has to do with one of the scripts running on your server. Perhaps a 'find /webdir/ -name "*.php" -exec grep "ProductInfo" {} \;' might yield the problem. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php