]> granicus.if.org Git - php/commitdiff
- Add missing skipif part
authorMarcus Boerger <helly@php.net>
Sat, 19 Mar 2005 10:58:44 +0000 (10:58 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 19 Mar 2005 10:58:44 +0000 (10:58 +0000)
ext/pgsql/tests/24sync_query_prepared.phpt
ext/pgsql/tests/26async_query_prepared.phpt

index 273353b6df0a43901957f997ce702717cba11a44..ff16cb69cf4a1054ec58f147045d82860167f4b2 100644 (file)
@@ -1,7 +1,10 @@
 --TEST--
 PostgreSQL sync prepared queries
 --SKIPIF--
-<?php include("skipif.inc"); ?>
+<?php
+include("skipif.inc");
+if (!function_exists('pg_prepare')) die('skip function pg_prepare() does not exist');
+?>
 --FILE--
 <?php
 
index 84945be323483f4ec7ccb8bd3d4f1112d3721ee6..90912ff0b7f34bc43af0c7d3ed5af0b41aec1b90 100644 (file)
@@ -1,7 +1,10 @@
 --TEST--
 PostgreSQL async prepared queries
 --SKIPIF--
-<?php include("skipif.inc"); ?>
+<?php
+include("skipif.inc");
+if (!function_exists('pg_send_prepare')) die('skip function pg_send_prepare() does not exist');
+?>
 --FILE--
 <?php