ID: 32699 Updated by: [EMAIL PROTECTED] Reported By: jeannielu at hotmail dot com Status: Feedback Bug Type: PostgreSQL related Operating System: redhat 9 PHP Version: 4.3.11 New Comment:
The function should not be available at all if it's not supported. Previous Comments: ------------------------------------------------------------------------ [2005-04-13 23:01:21] [EMAIL PROTECTED] So, where is the bug? Your PG version doesn't have tuples support and that is exactly what the error message says. ------------------------------------------------------------------------ [2005-04-13 22:38:55] jeannielu at hotmail dot com Description: ------------ Warning: pg_affected_rows(): Not supported under this build Reproduce code: --------------- $conn = @pg_connect("<...>"); $result = pg_query($conn, "INSERT INTO settings VALUES (0, 1, 'a', 'b')"); $cmdtuples = pg_affected_rows($result); echo $cmdtuples . " tuples are affected.\n"; Expected result: ---------------- it prints: 1 tuples are affected Actual result: -------------- it prints: Warning: pg_affected_rows(): Not supported under this build in /www/x.php on line 4 0 tuples are affected. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32699&edit=1