Development

Changeset 7465

You must first sign up to be able to contribute.

Changeset 7465

Show
Ignore:
Timestamp:
02/12/08 06:27:35 (10 months ago)
Author:
dwhittle
Message:

dwhittle: merged r7464 to branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/lib/exception/sfException.class.php

    r7461 r7465  
    6767      // log all exceptions in php log 
    6868      error_log($exception->getMessage()); 
     69 
     70      ob_start(sfConfig::get('sf_compressed') ? 'ob_gzhandler' : ''); 
     71 
     72      header('HTTP/1.1 500 Internal Server Error'); 
    6973    } 
    7074