diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-05 07:57:33 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-05 07:57:33 +0000 |
commit | 1abb9cd02c180bbf9550620daeb5f6dc05084cfd (patch) | |
tree | fee6efa925fbcf18fe973c7262d11466cafc1cb2 | |
parent | 3dab8a24f95d938b14b1235530a09f46d2eed0e9 (diff) | |
download | php-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.phpt | 2 |
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 |