Test: /ext/standard/tests/general_functions/bug39322.phpt - Version 5.4.0RC5-dev        

Bug #39322 proc_terminate(): loosing process resource
Submitted: 2006-10-31 16:22:53 Modified: 2007-02-14 19:22:05
From: c.affolter Assigned:
Status: Closed Package: Program Execution
PHP Version: * OS: *

There are 3 different diffs reported by users for this test.

Count Diff
7 (58%)
007+ bool(true)
008+ ["signaled"]=>
008- ["signaled"]=>
009- bool(true)
015+ int(0)
015- int(15)
020+
021+ ** ERROR: process timed out **
3 (25%)
001+
001- array(8) {
002- ["command"]=>
003- string(14) "/bin/sleep 120"
004- ["pid"]=>
005- int(%d)
006- ["running"]=>
007- bool(false)
008- ["signaled"]=>
009- bool(true)
010- ["stopped"]=>
011- bool(false)
012- ["exitcode"]=>
013- int(-1)
014- ["termsig"]=>
015- int(15)
016- ["stopsig"]=>
017- int(0)
018- }
019- Done!
2 (17%)
009+ bool(false)
009- bool(true)
015+ int(0)
015- int(15)