From: Jeff Trawick Date: Sat, 24 Jan 2004 12:22:13 +0000 (+0000) Subject: formally propose fatal exception hook patch which hopefully X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572ccfde05f37b4a9c9db63a27d67157a4e79330;p=thirdparty%2Fapache%2Fhttpd.git formally propose fatal exception hook patch which hopefully addresses concerns expressed on dev@ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b626d9cb905..38b660dd0c7 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2003/11/27 17:03:36 $] + Last modified at [$Date: 2004/01/24 12:22:13 $] Release: @@ -49,6 +49,16 @@ RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * fatal exception hook feature + discussion: + Message-Id: <400D4774.9020304@attglobal.net> + and followups + patch to consider: + http://www.apache.org/~trawick/13_fatal_exception_patch.20040124 + proof-of-concept modules described at + http://www.apache.org/~trawick/exception_hook_13.html + +1: trawick + * isn't ap_die() broken with recognizing recursive errors Message-Id: <3F8C56E3.8050501@attglobal.net> +1: jeff, jim