On 21 January 2015 at 04:39, Thomas Bley <ma...@thomasbley.de> wrote:
> In userland it is sometimes necessary to extend PHP's notices/warnings with 
> additional information (e.g. username from session, stack trace, etc.)

Why can't you just use in the error handler function to write the
exact message you want?

http://php.net/manual/en/function.error-log.php

cheers
Dan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to