Posts Tagged ‘ general-support ’

MODX :: Reverting to PHP Error Handling after using …

August 7, 2011
By

Reverting to PHP Error Handling after using set_error_handler()?# · 9207. 1672. Everettg_99 Reply #1, 1 year, 10 months ago. Reply. Link to this post#1. Is there any way to revert to PHP's native/normal error handling after setting up a custom ...

Read more »

Reverting to PHP Error Handling after using set_error_handler()?

November 6, 2009
By

Is there any way to revert to PHP's native/normal error handling after setting up a custom error handler? (see http://www.php.net/manual/en/function.set-error-handler.php ) set_error_handler("myErrorHandler"); ...

Read more »