]> granicus.if.org Git - apache/commitdiff
Follow up to r1827599: don't mention EXTENDED.
authorYann Ylavic <ylavic@apache.org>
Fri, 23 Mar 2018 22:04:05 +0000 (22:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 23 Mar 2018 22:04:05 +0000 (22:04 +0000)
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

docs/manual/mod/core.xml

index d9feefba707f64b0a9d05663aebaa82ab6e3e9c2..e8718c6ef9b2d0c921f90d919bad2626e6066989 100644 (file)
@@ -4148,8 +4148,6 @@ Protocols h2 http/1.1
 
             <dt><code>DOLLAR_ENDONLY</code></dt>
             <dd>'$' matches at end of subject string only.</dd>
-
-            <dt><code>EXTENDED</code></dt>
             <dd>.</dd>
         </dl>
         <highlight language="config">
@@ -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