X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bfea79f1e4ad6cb71dbf5c58877a46588720fe7c..57bf76a0e1d766bc90afcb8a748c5e25e7aa6f08:/lib/cmd.php 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)) {