PHP 5.3 als Default
bernd

bernd commited on 2010-02-22 16:34:52
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1681 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -132,7 +132,7 @@ $form .= "<br /><input type=\"checkbox\" name=\"options[]\" id=\"aliaswww\" valu
132 132
 </div>
133 133
 ";
134 134
 
135
-$options = array("none" => 'ausgeschaltet', "fastcgi" => "PHP 5.2", "php53" => 'Testbetrieb: PHP 5.3');
135
+$options = array("none" => 'ausgeschaltet', "php53" => 'PHP 5.3' , "fastcgi" => "Kompatibilitätsmodus: PHP 5.2");
136 136
 
137 137
 if ($vhost['php'] == 'mod_php')
138 138
 {
... ...
@@ -29,7 +29,7 @@ function empty_vhost()
29 29
   
30 30
   $vhost['homedir'] = $_SESSION['userinfo']['homedir'];
31 31
   $vhost['docroot'] = NULL;
32
-  $vhost['php'] = 'fastcgi';
32
+  $vhost['php'] = 'php53';
33 33
   $vhost['ssl'] = NULL;
34 34
   $vhost['logtype'] = NULL;
35 35
   $vhost['errorlog'] = 0;
36 36