apache: enable php 7.3 support
[hcoop/domtool2.git] / src / plugins / apache.sml
index 451cd67..f21d3ac 100644 (file)
@@ -473,7 +473,8 @@ fun vhostPost () = (!post ();
 
 val php_version = fn (EVar "php56", _) => SOME 56
                    | (EVar "php72", _) => SOME 72
-                   | _ => NONE
+                  | (EVar "php73", _) => SOME 73
+                  | _ => NONE
 
 fun vhostBody (env, makeFullHost) =
     let