Skip to content

Commit 25e4591

Browse files
Fix include path in bug13354.phpt test file
1 parent c8be679 commit 25e4591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/pgsql/tests/bug13354.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
Bug #13354 (null-by-reference handling in pg_execute, pg_send_query_params, pg_send_execute)
33
--EXTENSIONS--
44
pgsql
5+
--SKIPIF--
6+
<?php include("skipif.inc"); ?>
57
--FILE--
68
<?php
7-
include 'inc/config.inc';
9+
include 'config.inc';
810

911
$db = pg_connect($conn_str);
1012
$val = null;

0 commit comments

Comments
 (0)