php error handling with apache



hi. php has error handling and that's great. but it can't handle
serious errors like E_PARSE. set_error_handler nor
register_shutdown_function can't handle this. is there any other way
to do this with php? or maybe that may be done somehow with apache?
thank you. sorry, if this should be in apache conf...
.



Relevant Pages

  • Re: PHP and MySQL
    ... I am wondering if anyone has deployed a commercial WFA to prevent common attacks(XSS, SQL Injection and etc) on the web application? ... Besides the PHP ... // error handling obligatory field not set - default, output, whatever ...
    (Pen-Test)
  • Re: while ($row = mysql_fetch_array($result)) error suppression
    ... returns no result and then try and fetch the array, ... And I won't have to post multiple ... When you get the error, the MySQL libraries have to report it back to PHP, and PHP must handle the error. ... If for no other reason than a new release may change the default error handling. ...
    (comp.lang.php)
  • Re: Moving to a modified URL
    ... # add the 404 error handling to apache with .htaccess ...
    (comp.lang.php)
  • Re: mysql apache - page never finish loading
    ... The problem is not lack of error handling, ... I was hoping that this was some kind of "known problem" when using PHP ... mysql, my PHP pages don't want to finish loading. ... echo 'a'; ...
    (comp.lang.php)
  • Re: best practices in error handling in PHP
    ... static function init() ... The error handling i want to implement will be done in a big application that was developed from the beginning without any concern about error handling. ...
    (php.general)