From: Yann Ylavic Date: Fri, 23 Mar 2018 22:04:05 +0000 (+0000) Subject: Follow up to r1827599: don't mention EXTENDED. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3935a0b5ecbe6e5c58589686a051cf156c196261;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1827599: don't mention EXTENDED. It does/can *not* work as expected for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827604 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d9feefba707..e8718c6ef9b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4148,8 +4148,6 @@ Protocols h2 http/1.1
DOLLAR_ENDONLY
'$' matches at end of subject string only.
- -
EXTENDED
.
@@ -4159,8 +4157,8 @@ RegexDefaultOptions +ICASE +DOLLAR_ENDONLY # Remove the ICASE option, but keep all the other already set options RegexDefaultOptions -ICASE ... -# Set the default option to EXTENDED, resetting any other option -RegexDefaultOptions EXTENDED +# Set the default option to DOTALL, resetting any other option +RegexDefaultOptions DOTALL ... # Reset all defined option RegexDefaultOptions none