From 2f4994354f3cab53a092912e2e5cd1c964e50220 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 20 Nov 2003 23:27:52 +0000 Subject: [PATCH] note further development of the ssi-patch... perhaps one day someone will victimize himself and review it :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101827 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/STATUS b/STATUS index 14ed81feb1c..615170f036a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/11/20 20:26:15 $] +Last modified at [$Date: 2003/11/20 23:27:52 $] Release: @@ -272,14 +272,15 @@ PATCHES TO BACKPORT FROM 2.1 jwoolley suggests: Hang onto it for 2.2 series. brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults? nd adds: I've found some time over the weekend to create the following - patch: . + patch: . It creates for backwards compat an ssi_tag_brigade on the fly before executing the tag's handler function and fills that way *_start_bucket/_index fields and ssi_tag_brigade. So nothing should have been changed outside the module. I'd really like to patch this one into 2.0. - Success with this patch has been reported in PR 22946. + Success with this patch has been reported in PR 22946. One issue + came up which seems to be resolved with the r1-revision. * mod_include's expression tokenizer: don't skip the first character of a string, it may be a backslash. (2.0 + 1.3) -- 2.47.2