put parentheses back

This commit is contained in:
Tobias Schultze 2012-04-24 15:28:42 +03:00
parent 885104cb78
commit 9f0daf47f9

View File

@ -318,7 +318,7 @@ class Process
{
$this->processInformation = proc_get_status($this->process);
$callback = $this->buildCallback($callback);
while ($this->pipes || defined('PHP_WINDOWS_VERSION_BUILD') && $this->fileHandles) {
while ($this->pipes || (defined('PHP_WINDOWS_VERSION_BUILD') && $this->fileHandles)) {
$r = $this->pipes;
$w = null;
$e = null;