]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves BZ65859 - feature is in trunk but not on 2.4 yet.
authorRich Bowen <rbowen@apache.org>
Wed, 23 Feb 2022 18:12:59 +0000 (18:12 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 23 Feb 2022 18:12:59 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898351 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.html.en
docs/manual/expr.xml

index 83a161c0621ece89842d0765a30adc3a7b0193bc..c56c97dbaefa14345c80dc8d08b73e0dbcef2f57 100644 (file)
@@ -471,10 +471,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"</pr
 <tr class="odd"><td><code>file</code></td>
         <td>Read contents from a file (including line endings, when present)
         </td><td>restricted</td></tr>
-<tr><td><code>filemod</code></td>
-        <td>Return last modification time of a file (or 0 if file does not exist
-            or is not regular file)</td><td>restricted</td></tr>
-<tr class="odd"><td><code>filesize</code></td>
+<tr><td><code>filesize</code></td>
         <td>Return size of a file (or 0 if file does not exist or is not
             regular file)</td><td>restricted</td></tr>
 </table>
index dbe5ac2d4e7c63f0de0a457add2859fe98b42ac9..fa55196de94ce8d257b16662a7c385a11ee76821 100644 (file)
@@ -517,9 +517,11 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     <tr><td><code>file</code></td>
         <td>Read contents from a file (including line endings, when present)
         </td><td>restricted</td></tr>
+        <!-- Not in 2.4 yet
     <tr><td><code>filemod</code></td>
         <td>Return last modification time of a file (or 0 if file does not exist
             or is not regular file)</td><td>restricted</td></tr>
+        -->
     <tr><td><code>filesize</code></td>
         <td>Return size of a file (or 0 if file does not exist or is not
             regular file)</td><td>restricted</td></tr>