From: Marcus Boerger Date: Sun, 9 Oct 2005 15:57:40 +0000 (+0000) Subject: - Make test check for PlPgSQL before using it X-Git-Tag: RELEASE_0_9_1~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6355dc71dffa22301116177b805b3bd70cde5e70;p=php - 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);