Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/07/2010, 18:59
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Respuesta: set_error_handler() No vale para casos de "Fatal error" ?

Carambas!!!

Segun este otro personaje definitivamente la funcion no trabaja como se espera:

---------------------
Note: It's important to note that parse errors and fatal errors, because of their very nature, will bypass the custom error handler and will be displayed using the standard PHP error-handling mechanism. Display of these errors can be controlled using the standard error_reporting() function, as discussed previously.
---------------------

http://articles.techrepublic.com.com...1-6113787.html

...y justo la idea es capturar los errores de PARSEO y FATALES...