X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7f10264fb6d4cc89ca818b822e8db10aeefd969e..3fcfab97722bf073784e012899b5a51e3ad43914:/lib/cmd.php?ds=sidebyside diff --git a/lib/cmd.php b/lib/cmd.php index 9ec290d1..9efe5653 100644 --- a/lib/cmd.php +++ b/lib/cmd.php @@ -203,7 +203,8 @@ function runWithEnv($sCmd, $aEnv) $aFDs = array( 0 => array('pipe', 'r'), 1 => STDOUT, - 2 => STDERR); + 2 => STDERR + ); $aPipes = null; $hProc = @proc_open($sCmd, $aFDs, $aPipes, null, $aEnv); if (!is_resource($hProc)) {