... |
... |
@@ -136,14 +136,14 @@ $php_default_version = null;
|
136 |
136 |
}
|
137 |
137 |
}
|
138 |
138 |
foreach ($phpinfo as $tag => $info) {
|
139 |
|
- $options[$tag] = 'PHP '.$info['major'].'.'.$info['minor'];
|
140 |
|
- if ($info['status'] == 'deprecated') {
|
141 |
|
- $options[$tag] .= ' (veraltet)';
|
142 |
|
- } elseif ($info['status'] == 'beta') {
|
143 |
|
- $options[$tag] .= ' (Testversion)';
|
144 |
|
- } elseif ($info['status'] == 'used') {
|
145 |
|
- $options[$tag] .= ' (nur Bestandsschutz)';
|
146 |
|
- }
|
|
139 |
+ $options[$tag] = 'PHP '.$info['major'].'.'.$info['minor'];
|
|
140 |
+ if ($info['status'] == 'deprecated') {
|
|
141 |
+ $options[$tag] .= ' (veraltet)';
|
|
142 |
+ } elseif ($info['status'] == 'beta') {
|
|
143 |
+ $options[$tag] .= ' (Testversion)';
|
|
144 |
+ } elseif ($info['status'] == 'used') {
|
|
145 |
+ $options[$tag] .= ' (nur Bestandsschutz)';
|
|
146 |
+ }
|
147 |
147 |
}
|
148 |
148 |
$phpoptions = "
|
149 |
149 |
<h5>PHP</h5>
|