summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-04-05 07:57:33 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-04-05 07:57:33 +0000
commit1abb9cd02c180bbf9550620daeb5f6dc05084cfd (patch)
treefee6efa925fbcf18fe973c7262d11466cafc1cb2
parent3dab8a24f95d938b14b1235530a09f46d2eed0e9 (diff)
downloadphp-git-1abb9cd02c180bbf9550620daeb5f6dc05084cfd.tar.gz
Add error message from _notice_handler()
# Currently, it always logs whennever notice message is # recieved. I'll change error log optional later.
-rw-r--r--ext/pgsql/tests/09notice.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/tests/09notice.phpt b/ext/pgsql/tests/09notice.phpt
index f2a6678e28..f50bc70702 100644
--- a/ext/pgsql/tests/09notice.phpt
+++ b/ext/pgsql/tests/09notice.phpt
@@ -8,4 +8,6 @@ include("notice.inc");
?>
--EXPECT--
NOTICE: BEGIN: already a transaction in progress
+
+NOTICE: BEGIN: already a transaction in progress
pg_last_notice() is Ok