ID: 7152
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Informix related
Operating System: LINUX REDHAT 6.1
PHP Version: 4.0.2
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-10-23 11:31:11] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot from http://snaps.php.net/ ?


------------------------------------------------------------------------

[2000-10-12 04:24:17] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=7152&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to