PHP-QAT
|
|
The PHP/QA Team is a small group of developers
whose primary goal is to support the PHP core developers by providing
them with timely quality assurance.
|
Projects & Goals
|
|
Find more information about PHP/QA Team's current
projects and future goals.
|
Release Candidates
|
|
What are release candidates and how you can help us testing them.
|
Contact Information
|
Questions about the PHP-QAT should be sent to the
PHP/QAT Mailing List
Bug Reports should be submitted to the official PHP bug list
(http://bugs.php.net)
All other questions should be directed to the appropriate
PHP mailing list.
|
 |

|
Test: /ext/standard/tests/general_functions/bug39322.phpt - Version 5.4.0RC3 
| 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 2 different diffs reported by users for this test.
| Count |
Diff |
22 (81%)
 |
007+ bool(true)
008+ ["signaled"]=>
008- ["signaled"]=>
009- bool(true)
015+ int(0)
015- int(15)
020+
021+ ** ERROR: process timed out **
|
|
5 (19%)
 |
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!
|
|
|