Commit: 96bc7150a93a06584aec40490b426a24a7f7374f Author: Anatol Belski <a...@php.net> Tue, 31 Jul 2018 21:05:25 +0200 Parents: 256a2e6666ea224b4f7e25047ac3ab8bb2f1afff Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=96bc7150a93a06584aec40490b426a24a7f7374f Log: Let it be handled by the binary SDK Changed paths: M include/BuildVC.php Diff: diff --git a/include/BuildVC.php b/include/BuildVC.php index d2cd3a0..51391db 100644 --- a/include/BuildVC.php +++ b/include/BuildVC.php @@ -78,13 +78,6 @@ class BuildVC { $env['NODEBUG'] = "1"; } - foreach ($env as $k => $v) { - if (strtolower($k) == "path") { - $env[$k] = 'c:\apps\git\bin;' . $env[$k]; - break; - } - } - $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