ID: 7152 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Informix related Operating System: LINUX REDHAT 6.1 PHP Version: 4.0.2 New Comment:
Does this happen with latest CVS snapshot from http://snaps.php.net/ ? Previous Comments: ------------------------------------------------------------------------ [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]