summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/10pg_convert.phpt
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2009-12-25 20:56:00 +0000
committerMatteo Beccati <mbeccati@php.net>2009-12-25 20:56:00 +0000
commit09587d3cbf2e8a7e00c2706a697ad7572b54897a (patch)
treef5e94a87dccdf4f8a90af177094d1c5781bbb737 /ext/pgsql/tests/10pg_convert.phpt
parent42d05a5c020929db37856d2076b5e1a3b51a62d5 (diff)
downloadphp-git-09587d3cbf2e8a7e00c2706a697ad7572b54897a.tar.gz
- Updated ext/pgsql tests to work w/ PostgreSQL 8.5
# tested w/ 8.5alpha3
Diffstat (limited to 'ext/pgsql/tests/10pg_convert.phpt')
-rw-r--r--ext/pgsql/tests/10pg_convert.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pgsql/tests/10pg_convert.phpt b/ext/pgsql/tests/10pg_convert.phpt
index b88b8e5798..73bf2b64e8 100644
--- a/ext/pgsql/tests/10pg_convert.phpt
+++ b/ext/pgsql/tests/10pg_convert.phpt
@@ -1,7 +1,10 @@
--TEST--
PostgreSQL pg_convert()
--SKIPIF--
-<?php include("skipif.inc"); ?>
+<?php
+include("skipif.inc");
+skip_server_version('8.5dev', '>=');
+?>
--FILE--
<?php
error_reporting(E_ALL);