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

fix pgsql config inclusion

This commit is contained in:
David Carlier
2024-12-15 16:05:10 +00:00
parent 1bb4bd657f
commit 171cc5c6e0

View File

@@ -10,7 +10,7 @@ include("inc/skipif.inc");
<?php
include "config.inc";
include "inc/config.inc";
$db = pg_connect($conn_str);
try {