Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003222 [Quercus] minor always 01-06-09 12:59 01-06-09 15:55
Reporter koreth View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003222: proc_open() return value does not test as a resource
Description <?php
$descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
$process = proc_open('/bin/cat', $descriptors, $pipes, '/tmp', array());
if (is_resource($process)) {
  print "is a resource";
} else {
  print "not a resource";
}

PHP prints "is a resource". Quercus prints "not a resource".
Additional Information
Attached Files

- Relationships

- Notes
(0003702)
nam
01-06-09 15:55

php/1d1s
 

- Issue History
Date Modified Username Field Change
01-06-09 12:59 koreth New Issue
01-06-09 15:23 nam Status new => assigned
01-06-09 15:23 nam Assigned To  => nam
01-06-09 15:55 nam Status assigned => closed
01-06-09 15:55 nam Note Added: 0003702
01-06-09 15:55 nam Resolution open => fixed
01-06-09 15:55 nam Fixed in Version  => 4.0.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker