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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 27 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 22:01:26 2024 UTC