APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/09/21 21:23:34 $]
+Last modified at [$Date: 2003/09/21 21:29:27 $]
Release:
with some valid "fake" values. Though I don't think that it's
really necessary -- how does this sound?
- * Fix inconsistency in generated expression parse tree. (2.0 + 1.3)
- There's also a practical advantage; it saves some CPU cycles, since the
- tree walk is shorter.
- modules/filters/mod_include.c: r1.261
- +1: nd, brianp, trawick
-
* mod_include's expression tokenizer: don't skip the first character of
a string, it may be a backslash. (2.0 + 1.3)
(patch for 2.0: http://cvs.apache.org/~nd/ssi-escape.patch)
}
else {
new->left = current->right;
+ new->left->parent = new;
current->right = new;
new->parent = current;
}
}
else {
new->left = current->right;
+ new->left->parent = new;
current->right = new;
new->parent = current;
}