diff options
Diffstat (limited to 'ext/pgsql/tests/bug37100.phpt')
| -rw-r--r-- | ext/pgsql/tests/bug37100.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pgsql/tests/bug37100.phpt b/ext/pgsql/tests/bug37100.phpt index b66149e4a..fa6b9ba9e 100644 --- a/ext/pgsql/tests/bug37100.phpt +++ b/ext/pgsql/tests/bug37100.phpt @@ -1,7 +1,10 @@ --TEST-- Bug #37100 (data is returned truncated with BINARY CURSOR) --SKIPIF-- -<?php include("skipif.inc"); ?> +<?php +include("skipif.inc"); +skip_server_version('8.5dev', '>='); +?> --FILE-- <?php |
