We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ba573 commit 868f1a3Copy full SHA for 868f1a3
ext/pgsql/tests/gh13519.phpt
@@ -3,10 +3,10 @@ GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.
3
--EXTENSIONS--
4
pgsql
5
--SKIPIF--
6
-<?php include("skipif.inc"); ?>
+<?php include("inc/skipif.inc"); ?>
7
--FILE--
8
<?php
9
-include 'config.inc';
+include 'inc/config.inc';
10
11
$db1 = pg_pconnect($conn_str);
12
$pid1 = pg_get_pid($db1);
0 commit comments