Commit:    9a3fbd77fdd413ee884c99761919809b9c818fdf
Author:    Anatol Belski <a...@php.net>         Wed, 1 Aug 2018 09:11:21 +0200
Parents:   96bc7150a93a06584aec40490b426a24a7f7374f
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=9a3fbd77fdd413ee884c99761919809b9c818fdf

Log:
Add current branch ini item to the env

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index 51391db..c68a781 100644
--- a/include/BuildVC.php
+++ b/include/BuildVC.php
@@ -78,6 +78,8 @@ class BuildVC {
                        $env['NODEBUG'] = "1";
                }
 
+               $env["PHP_RMTOOLS_PHP_BUILD_BRANCH"] = 
$this->branch->config->getBranch();
+
                $this->env = $env;
 
                $this->pgo_init_lock_fd = NULL;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to