ID: 36456
Updated by: [EMAIL PROTECTED]
Reported By: sqchen at citiz dot net
-Status: Open
+Status: Feedback
Bug Type: Unknown/Other Function
Operating System: redhat 7.3
PHP Version: 5.1.2
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc.
If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2006-02-20 02:57:30] sqchen at citiz dot net
Description:
------------
proc_terminte($process,22) cause system hangs
Reproduce code:
---------------
$process = proc_open('/bin/ls', $descriptorspec, $pipes, $cwd, $env);
proc_terminte($process,22)
Expected result:
----------------
something happens
Actual result:
--------------
system hang
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36456&edit=1