blob: 717f78d0487319d35f448eb54a4f3fe330208bb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/utils/PhutilExecutionEnvironment.php.orig 2020-05-19 10:38:43 UTC
+++ src/utils/PhutilExecutionEnvironment.php
@@ -36,7 +36,7 @@ final class PhutilExecutionEnvironment extends Phobjec
}
list($env) = execx(
- 'php -d variables_order=E -r %s',
+ '%%PHP_CMD%% -d variables_order=E -r %s',
'echo json_encode($_ENV);');
$env = phutil_json_decode($env);
|