yohgaki Sun Apr 7 00:07:29 2002 EDT
Modified files:
/phpdoc/en/functions pgsql.xml
Log:
Added changed made for PHP 4.3.0.
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.75 phpdoc/en/functions/pgsql.xml:1.76
--- phpdoc/en/functions/pgsql.xml:1.75 Sat Apr 6 23:53:56 2002
+++ phpdoc/en/functions/pgsql.xml Sun Apr 7 00:07:29 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.75 $ -->
+<!-- $Revision: 1.76 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@@ -1119,9 +1119,24 @@
recommended even if you are not using
<function>pg_last_notice</function>.
</para>
+ <para>
+ This function is fully implemented in PHP 4.3.0. PHP earlier than
+ PHP 4.3.0 ignores database connection parameter.
+ </para>
</warning>
<para>
- See also <function>pg_query</function> and <function>pg_last_error</function>.
+ Notice message tracking can be set to optional setting 1 for
+ <literal>pgsql.ignore_notice</literal> ini from PHP 4.3.0.
+ </para>
+ <para>
+ Notice message logging can be set to optional setting 0 for
+ <literal>pgsql.log_notice</literal> ini from PHP 4.3.0. Unless
+ <literal>pgsql.ignore_notice</literal> is set to 0, notice message
+ cannot be logged.
+ </para>
+ <para>
+ See also <function>pg_query</function> and
+ <function>pg_last_error</function>.
</para>
</refsect1>
</refentry>