Man i love php more and more every day I only wish it didn't take me this
long to find what i needed to do.
if anyone cares you can set the zend_error_cb to what ever cb you want. wich
will allow you to control all errors.
zend_error_cb = my_new_cb;
and all is good :)..
If anyone wh
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 cont