You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2022/02/23 18:12:59 UTC

svn commit: r1898351 - in /httpd/httpd/branches/2.4.x/docs/manual: expr.html.en expr.xml

Author: rbowen
Date: Wed Feb 23 18:12:59 2022
New Revision: 1898351

URL: http://svn.apache.org/viewvc?rev=1898351&view=rev
Log:
Resolves BZ65859 - feature is in trunk but not on 2.4 yet.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.html.en
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.html.en?rev=1898351&r1=1898350&r2=1898351&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.html.en Wed Feb 23 18:12:59 2022
@@ -471,10 +471,7 @@ listfunction ::= listfuncname "<strong>(
 <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml?rev=1898351&r1=1898350&r2=1898351&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml Wed Feb 23 18:12:59 2022
@@ -517,9 +517,11 @@ listfunction ::= listfuncname "<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>