Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3459 | minor | always | 04-25-09 23:12 | 04-25-09 23:12 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |