Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15385644
D21470.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
348 B
Referenced Files
None
Subscribers
None
D21470.diff
View Options
diff --git a/src/future/exec/execx.php b/src/future/exec/execx.php
--- a/src/future/exec/execx.php
+++ b/src/future/exec/execx.php
@@ -47,7 +47,7 @@
*/
function phutil_passthru($cmd /* , ... */) {
$args = func_get_args();
- return newv('PhutilExecPassthru', $args)->execute();
+ return newv('PhutilExecPassthru', $args)->resolve();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 11:02 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7384475
Default Alt Text
D21470.diff (348 B)
Attached To
Mode
D21470: In "phutil_passthru()", "resolve()" the future rather than calling "execute()" directly
Attached
Detach File
Event Timeline
Log In to Comment