Hello,
I am writing an extension which i NEED absoulty control over what goes
out of
a php script meaning all errors and all output. I can caputre all
outputs with
ob* functions but im having problems with error handling. I use the
user
defined error handling wich doesnt get the level of control that i
want.
because it doenst let the user capture
case E_ERROR:
case E_PARSE:
case E_CORE_ERROR:
case E_CORE_WARNING:
case E_COMPILE_ERROR:
case E_COMPILE_WARNING:
So what are the possible soulitions.. let the user caputre these errors
or being able to override the default zend_error_cb() with your own
defined
callback??
- Brad
__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions!
http://auctions.yahoo.com
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]