Skip to content
Snippets Groups Projects
Commit 68fcbebe authored by jurgenhaas's avatar jurgenhaas
Browse files

Store php version as PHP_VERSION environment variable

parent 7320bb29
No related branches found
Tags v3.1.2
No related merge requests found
......@@ -297,6 +297,7 @@ class Handler extends BaseHandler {
$options['projectroot'] = $projectRoot;
$this->options = $env->replaceEnvironmentVariables($options);
$env->put('PHP_VERSION', $this->options['php']['version'], TRUE);
}
if ($key !== NULL) {
return $this->options[$key];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment