diff options
| author | Marcus Boerger <helly@php.net> | 2003-05-30 15:07:02 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-05-30 15:07:02 +0000 |
| commit | 680653fecb5972277f1f57ab1060b896c3807c67 (patch) | |
| tree | 56ab3542b21f13f84959a8a66fb9eb367c989019 /ext/pgsql/tests | |
| parent | ded4aadde0a64911e06e5256a5e72e06d099567f (diff) | |
| download | php-git-680653fecb5972277f1f57ab1060b896c3807c67.tar.gz | |
- Fix ini handling in ZTS mode
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/09notice.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt index ef56b8dadc..55bbd28ed1 100644 --- a/ext/pgsql/tests/09notice.phpt +++ b/ext/pgsql/tests/09notice.phpt @@ -2,12 +2,13 @@ PostgreSQL notice function --SKIPIF-- <?php include("skipif.inc"); ?> +--INI-- +pgsql.log_notice=1 +pgsql.ignore_notices=0 --FILE-- <?php include 'config.inc'; -ini_set('pgsql.log_notice',1); - $db = pg_connect($conn_str); pg_query($db, "BEGIN;"); pg_query($db, "BEGIN;"); |
