]> granicus.if.org Git - php/commitdiff
Add error message from _notice_handler()
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 5 Apr 2002 07:57:33 +0000 (07:57 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 5 Apr 2002 07:57:33 +0000 (07:57 +0000)
# Currently, it always logs whennever notice message is
# recieved. I'll change error log optional later.

ext/pgsql/tests/09notice.phpt

index f2a6678e280213bf713ea2094ed18f04129ab959..f50bc707028cab771a128fc48a3cf2e0f25f24fe 100644 (file)
@@ -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