On 02/21/2007 07:25 PM, Nuno Lopes wrote:
nlopess         Wed Feb 21 16:25:37 2007 UTC

  Modified files:              (Branch: PHP_5_2)
/php-src/ext/standard/tests/general_functions proc_open02.phpt

The test fails on three different Linuxes I have here.
Here is the diff:

008+   bool(false)
009+   ["signaled"]=>
009-   ["signaled"]=>
010-   bool(false)
016+   int(1)
016-   int(0)
020+ bool(false)
020- bool(true)
029+   bool(false)
029-   bool(true)
035+   int(0)
035-   int(15)

# cat ext/standard/tests/general_functions/proc_open02.out

bool(true)
array(8) {
 ["command"]=>
 string(28) "/usr/bin/nohup /bin/sleep 50"
 ["pid"]=>
 int(9504)
 ["running"]=>
 bool(false)
 ["signaled"]=>
 bool(true)
 ["stopped"]=>
 bool(false)
 ["exitcode"]=>
 int(-1)
 ["termsig"]=>
 int(1)
 ["stopsig"]=>
 int(0)
}
bool(false)
array(8) {
 ["command"]=>
 string(28) "/usr/bin/nohup /bin/sleep 50"
 ["pid"]=>
 int(9504)
 ["running"]=>
 bool(false)
 ["signaled"]=>
 bool(false)
 ["stopped"]=>
 bool(false)
 ["exitcode"]=>
 int(-1)
 ["termsig"]=>
 int(0)
 ["stopsig"]=>
 int(0)
}


--
Wbr, Antony Dovgal

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to