Index: branches/5.3.x/core/kernel/utility/ProcessBuilder.php =================================================================== diff -u -N -r16284 -r16285 --- branches/5.3.x/core/kernel/utility/ProcessBuilder.php (.../ProcessBuilder.php) (revision 16284) +++ branches/5.3.x/core/kernel/utility/ProcessBuilder.php (.../ProcessBuilder.php) (revision 16285) @@ -1,6 +1,6 @@ command = ''; - $this->executable = ''; + $this->command = null; + $this->executable = null; $this->arguments = array(); $this->workingDirectory = null; $this->env = array(); $this->input = null; $this->timeout = 60; $this->options = array(); + + return $this; } /**