[PHP-WIN] Debug Tracing

2005-04-25 Thread Gene.Brumm
I am using Windows version 5.0.3 of PHP running on an XP workstation. I can't get the pg_trace function to work properly. Here is a code snip: $res = pg_trace("C:/PostgreSQLDevHndbk/tmp/trace-log.log", w, $conn); $sql = "SELECT * FROM customer"; $result = pg_exec($conn, $sql); $rows = pg_numrows(

[PHP-WIN] Problem with pg_trace

2005-04-15 Thread Gene.Brumm
I'm not sure if this the place to ask for help, but I have tried the FAQ, Knowledge Base, etc. to no avail. I am using the Windows version 5.0.3 of PHP running on an XP workstation. I can't get the pg_trace function to work properly. Here is a code snip: $res = pg_trace("C:/PostgreSQLDevHndbk/tmp