php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7152 Can't close a connexion to a database
Submitted: 2000-10-12 04:24 UTC Modified: 2001-11-14 06:37 UTC
From: maranaivoson at ingenosya dot mg Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.2 OS: LINUX REDHAT 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: maranaivoson at ingenosya dot mg
New email:
PHP Version: OS:

 

 [2000-10-12 04:24 UTC] maranaivoson at ingenosya dot mg
I use Informix 7.3 Dynamic Server
<html>
<body>
<?
$id = ifx_pconnect ('societe') ;
$requete = "select * from utilisateur" ;
$st_id = ifx_prepare ($requete, $id) ;
ifx_do ($st_id) ;
ifx_free_result ($st_id) ;
ifx_close ($id) ;
?>
</body>
</html>
after that if I do a non-Select query it returns an error like "ISAM error : File locked"
Any idea will be welcome. 
Note that it gives the same result even if I use ifx_connect instead of ifx_pconnect.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 11:31 UTC] sniper@php.net
Does this happen with latest CVS snapshot from http://snaps.php.net/ ?

 [2001-11-14 06:37 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC