]> granicus.if.org Git - php/commitdiff
ensure notices are not ignored when tests need them
authorStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 06:12:04 +0000 (23:12 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 06:12:04 +0000 (23:12 -0700)
ext/pgsql/tests/09notice.phpt
ext/pgsql/tests/80_bug32223.phpt
ext/pgsql/tests/80_bug32223b.phpt

index 316706916917f3a15cd04a5b9f6cb91d476c6ce2..67ef262fcade746bdf3e512f628ca863a42fffa9 100644 (file)
@@ -10,7 +10,7 @@ _skip_lc_messages();
 ?>
 --INI--
 pgsql.log_notice=1
-pgsql.ignore_notices=0
+pgsql.ignore_notice=0
 --FILE--
 <?php
 include 'config.inc';
index 573742c6e4636a289ce270ab421691b7f7def818..cad5fb3a123da6576b6026c1b01b8eb5bb54b963 100644 (file)
@@ -15,6 +15,8 @@ end;
 ' LANGUAGE plpgsql;");
 if (!$res) die('skip PLPGSQL not available');
 ?>
+--INI--
+pgsql.ignore_notice=0
 --FILE--
 <?php
 
index aada3f01ba41db21b469c6b4cec5daa108396e40..e79685c43dabb7bfc83661dd813e06f1c0ee8be4 100644 (file)
@@ -15,6 +15,8 @@ end;
 ' LANGUAGE plpgsql;");
 if (!$res) die('skip PLPGSQL not available');
 ?>
+--INI--
+pgsql.ignore_notice=0
 --FILE--
 <?php