Browse Source

fixed test for ZTS

PHP-5.1
Ilia Alshanetsky 20 years ago
parent
commit
6654b31e26
  1. 2
      ext/pgsql/tests/80_bug27597.phpt

2
ext/pgsql/tests/80_bug27597.phpt

@ -7,7 +7,7 @@ require_once('skipif.inc');
--FILE--
<?php
require_once('config.inc');
require_once(dirname(__FILE__) . '/config.inc');
$dbh = @pg_connect($conn_str);
if (!$dbh) {

Loading…
Cancel
Save