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:
@@ -10,7 +10,7 @@ include("inc/skipif.inc");
|
||||
<?php
|
||||
|
||||
|
||||
include "config.inc";
|
||||
include "inc/config.inc";
|
||||
|
||||
$db = pg_connect($conn_str);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user