Re: [PHP-DB] PHP5 + Postgres 8.0.0 + pg_transaction_status

2005-07-05 Thread Martín Marqués
El Mar 05 Jul 2005 06:33, Jo escribió: This sample code (as taken from de documentation): $dbconn = pg_connect(dbname=x host=xxx.xxx.xxx.xxx user= password=xxx) or die(Could not connect); $stat = pg_transaction_status($dbconn); if ($stat ===

Re: [PHP-DB] PHP5 + Postgres 8.0.0 + pg_transaction_status

2005-07-05 Thread Jo De Haes
Thanks for your reply, I think I've found the cause. The function just doesn't exist in php 5.0.4. It's in the CVS, we're checking now if it's available in the 5.1b2 release. This url is a similar discussion where they point to updates in the CVS.