Gabor Hojtsy wrote:
+// redefine the user error constants - PHP 4 only
+define("FATAL", E_USER_ERROR);
+define("ERROR", E_USER_WARNING);
+define("WARNING", E_USER_NOTICE);


Is this from a different part of the manual? Is it supposed to be a good idea to rename WARNING to ERROR and NOTICE to WARNING? It is becoming a support nightmare then isn't it?

Goba

I just copied it from the set_error_handler docs and changed the code so it demonstrated the revert to previous handler function.


David

Reply via email to