1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/pgsql fix new test

This commit is contained in:
David Carlier
2024-02-27 01:07:10 +00:00
parent c0ba573c4f
commit 868f1a305e

View File

@@ -3,10 +3,10 @@ GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.
--EXTENSIONS--
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
<?php include("inc/skipif.inc"); ?>
--FILE--
<?php
include 'config.inc';
include 'inc/config.inc';
$db1 = pg_pconnect($conn_str);
$pid1 = pg_get_pid($db1);