Ticket #1710 (assigned defect)

Opened 5 years ago

Last modified 2 years ago

pcc doesn't wait for processes opened with popen to end

Reported by: anonymous Assigned to: anonymous (accepted)
Priority: low Milestone: 3.1.0 beta
Component: Standard Library Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

Given the script:

<?php
$foo = popen('tail -f /etc/motd','r');
?>

php never returns because it is waiting for the process
to end or be closed, and pcc returns right away without
waiting for anything.

Change History

05/07/04 11:10:45 changed by weyrick

  • status changed from new to assigned.

02/14/06 10:01:48 changed by weyrick

verified

04/15/07 11:43:27 changed by weyrick

  • severity changed from tweak to minor.
  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.1.0 beta.