1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Dmitry Stogov
2023-11-28 02:00:47 +03:00
parent 701f8cbef2
commit e2e433a514

View File

@@ -6,7 +6,7 @@ pgsql
<?php include("inc/skipif.inc"); ?>
--FILE--
<?php
include('config.inc');
include('inc/config.inc');
$conn = pg_connect($conn_str);