Re: [PHP-DEV] More valuable error message handling

2006-07-12 Thread Zeev Suraski
I think that error_get_last() makes sense, but not the other two. You can fairly easily implement that using an error handler if you'd like, and as Andi said, keeping track of all of the errors that happened on a production server doesn't make sense from a performance (and possibly even memory

RE: [PHP-DEV] More valuable error message handling

2006-07-11 Thread Andi Gutmans
I definitely think that for production apps we should be able to turn this off. It could significantly slow down apps. > -Original Message- > From: Michael Wallner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 11, 2006 3:35 AM > To: internals@lists.php.net > Subject: [PHP-DEV] More val