Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -99,7 +99,7 @@ class Handler extends BaseHandler {
'version' => '9',
],
'php' => [
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '7.4'),
'version' => $this->env->receiveGlobal('PHP_VERSION', 'PHP version', '8.1'),
'xdebug' => $this->env->receiveGlobal('PHP_DEBUG', 'PHP debug', '0'),
'coverage' => $this->env->receiveGlobal('PHP_COVERAGE', 'PHP coverage', '0'),
'localip' => $this->env->receiveGlobal('LOCAL_IP', 'Local IP', '0'),
Loading