Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003459 [Quercus] minor always 04-25-09 23:12 04-25-09 23:12
Reporter koreth View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 4.0.0
Summary 0003459: is_resource() returns true for closed connections
Description <?php
$c = mysql_connect('dbname', 'username', 'password');
print 'after connect: ';
print is_resource($c) ? 'true' : 'false';
mysql_close($c);
print '
after close: ';
print is_resource($c) ? 'true' : 'false';

Regular PHP prints

after connect: true
after close: false

Quercus prints

after connect: true
after close: true
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
04-25-09 23:12 koreth New Issue


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