Update of /cvsroot/hcoop/domtool2/src/plugins
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27701/src/plugins

Modified Files:
        apache.sml 
Log Message:
phpVersion

Index: apache.sml
===================================================================
RCS file: /cvsroot/hcoop/domtool2/src/plugins/apache.sml,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** apache.sml  16 Dec 2007 23:11:41 -0000      1.73
--- apache.sml  19 Jan 2008 20:25:55 -0000      1.74
***************
*** 978,982 ****
                      write path;
                      write "\"\n"))
!        
  val () = Domain.registerResetLocal (fn () =>
                                       ignore (OS.Process.system (Config.rm ^ " 
-rf /var/domtool/vhosts/*")))
--- 978,992 ----
                      write path;
                      write "\"\n"))
! 
! val php_version = fn (EVar "php4", _) => SOME 4
!                  | (EVar "php5", _) => SOME 5
!                  | _ => NONE
! 
! val () = Env.action_one "phpVersion"
!        ("version", php_version)
!        (fn version => (write "\tAddHandler x-httpd-php";
!                        write (Int.toString version);
!                        write " .php .phtml\n"))
! 
  val () = Domain.registerResetLocal (fn () =>
                                       ignore (OS.Process.system (Config.rm ^ " 
-rf /var/domtool/vhosts/*")))


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to