From 8da406770d0ec59bddc50b38298c22af37b3ca19 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 7 Apr 2002 05:07:29 +0000 Subject: [PATCH] Added changed made for PHP 4.3.0. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76896 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 3a91c3bf54..beed68c604 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -1119,9 +1119,24 @@ for ($i=0; $i < $num; $i++) { recommended even if you are not using pg_last_notice. + + This function is fully implemented in PHP 4.3.0. PHP earlier than + PHP 4.3.0 ignores database connection parameter. + - See also pg_query and pg_last_error. + Notice message tracking can be set to optional setting 1 for + pgsql.ignore_notice ini from PHP 4.3.0. + + + Notice message logging can be set to optional setting 0 for + pgsql.log_notice ini from PHP 4.3.0. Unless + pgsql.ignore_notice is set to 0, notice message + cannot be logged. + + + See also pg_query and + pg_last_error.