summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/pg_get_pid.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/pg_get_pid.inc')
-rw-r--r--ext/pgsql/tests/pg_get_pid.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/pgsql/tests/pg_get_pid.inc b/ext/pgsql/tests/pg_get_pid.inc
deleted file mode 100644
index 5aa8e7efa5..0000000000
--- a/ext/pgsql/tests/pg_get_pid.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-// optional functions
-
-include('config.inc');
-
-
-$db = pg_connect($conn_str);
-$pid = pg_get_pid($db);
-
-is_integer($pid) ? print 'OK' : print 'NG';
-
-
-?> \ No newline at end of file