From: Yasuo Ohgaki Date: Fri, 5 Apr 2002 07:57:33 +0000 (+0000) Subject: Add error message from _notice_handler() X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~866 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1abb9cd02c180bbf9550620daeb5f6dc05084cfd;p=php Add error message from _notice_handler() # Currently, it always logs whennever notice message is # recieved. I'll change error log optional later. --- 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 @@ -7,5 +7,7 @@ PostgreSQL notice function include("notice.inc"); ?> --EXPECT-- +NOTICE: BEGIN: already a transaction in progress + NOTICE: BEGIN: already a transaction in progress pg_last_notice() is Ok