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

GH-13355 fix new pgsql test

This commit is contained in:
David Carlier
2024-02-08 22:44:03 +00:00
parent aa2e921ef7
commit c5fbcfa7be

View File

@@ -3,10 +3,10 @@ GH-13354 (null-by-reference handling in pg_execute, pg_send_query_params, pg_sen
--EXTENSIONS--
pgsql
--SKIPIF--
<?php include("skipif.inc"); ?>
<?php include("inc/skipif.inc"); ?>
--FILE--
<?php
include 'config.inc';
include('inc/config.inc');
$db = pg_connect($conn_str);
$val = null;