Hello, Anybody got a good solution for capturing errors in php scripts? I can catch the errors by logging them to a log file (log_errors in php.ini) My problem is that i'm running a lot of sites on my server and i need to know wich site generate the error and cant find any way to get this in the log file. I'm thinking og editing the php-source to get this done but i hope there is a simpler solution.
- Svein -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php