From: Marcus Boerger Date: Sun, 9 Oct 2005 15:58:13 +0000 (+0000) Subject: - MFH Make test check for PlPgSQL before using it X-Git-Tag: php-5.1.0RC2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91682f88e4d346683b7dc1c79a84a7231eae757e;p=php - MFH Make test check for PlPgSQL before using it --- diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt index 94d934eb29..a605fcc20b 100755 --- a/ext/pgsql/tests/80_bug32223.phpt +++ b/ext/pgsql/tests/80_bug32223.phpt @@ -1,8 +1,17 @@ --TEST-- -Bug #27597 pg_fetch_array not returning false +Bug #32223 (weird behaviour of pg_last_notice) --SKIPIF-- --FILE-- getMessage()); + var_dump(pg_last_notice($dbh)); } pg_close($dbh);